Shad0ws commited on
Commit
6d54c3d
1 Parent(s): 1a17805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with st.sidebar:
66
 
67
  tab1, tab2 = st.tabs(["Chat with the File", "About the Application"])
68
 
69
- with tab1:
70
  st.write('To obtain an API Key you must create an OpenAI account at the following link: https://openai.com/api/')
71
  if 'generated' not in st.session_state:
72
  st.session_state['generated'] = []
 
66
 
67
  tab1, tab2 = st.tabs(["Chat with the File", "About the Application"])
68
 
69
+ with tab1:
70
  st.write('To obtain an API Key you must create an OpenAI account at the following link: https://openai.com/api/')
71
  if 'generated' not in st.session_state:
72
  st.session_state['generated'] = []