Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calapsss committed Dec 7, 2023
1 parent 3858641 commit e1bc04d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def init():

def set_apikey():
st.sidebar.header('Tutorial on How to Build This')
st.sidebar.markdown('For a detailed guide and demonstration, check out the [Assistants API Tutorial](https://www.youtube.com/watch?v=ZjpNx8qNnaA) on YouTube.')
st.sidebar.markdown('🎥 For a detailed guide and demonstration, check out the [AnaLAssist Tutorial](https://www.youtube.com/watch?v=ZjpNx8qNnaA) on YouTube.')
st.sidebar.header('Configure')
api_key = st.sidebar.text_input("Enter your OpenAI API key", type="password")

Expand Down Expand Up @@ -235,6 +235,7 @@ def chat_display(client):
def main():
st.title('AI AnalAssist 📈')
st.caption('Data analysis assistant using OpenAI Assistants API')
st.markdown('🎥 For a detailed guide and demonstration, check out the [AnaLAssist Tutorial](https://www.youtube.com/watch?v=ZjpNx8qNnaA) on YouTube.')
st.divider()
api_key = set_apikey()
if api_key:
Expand Down

0 comments on commit e1bc04d

Please sign in to comment.