Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,7 @@ with st.sidebar:
|
|
65 |
except OpenAIError as e:
|
66 |
st.error(e._message)
|
67 |
|
68 |
-
|
69 |
-
|
70 |
with tab1:
|
71 |
st.write('To obtain an API Key you must create an OpenAI account at the following link: https://openai.com/api/')
|
72 |
if 'generated' not in st.session_state:
|
|
|
65 |
except OpenAIError as e:
|
66 |
st.error(e._message)
|
67 |
|
68 |
+
tab1, tab2 = st.tabs(["Chat with the File", "About the Application"])
|
|
|
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:
|