Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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'] = []
|