Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calapsss authored Dec 9, 2023
1 parent 2590ee3 commit b6419d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def chat_display(client):
# st.markdown(message[1])

def main():
st.title('AI AnalAssist 📈')
st.title('AI Data Assistant 📈')
st.caption('Data analysis assistant using OpenAI Assistants API')
st.markdown('🎥 For a detailed guide and demonstration, check out the [Assistants API Tutorial](https://www.youtube.com/watch?v=ZjpNx8qNnaA) on YouTube.')
st.divider()
Expand Down

0 comments on commit b6419d0

Please sign in to comment.