Spaces:
Runtime error
Runtime error
note for sidebar
Browse files
app.py
CHANGED
|
@@ -31,6 +31,7 @@ if st.session_state.get("OPENAI_API_KEY"):
|
|
| 31 |
run_pressed = st.button("Search tweets")
|
| 32 |
else:
|
| 33 |
st.write("Please provide your OpenAI Key to start using the application")
|
|
|
|
| 34 |
|
| 35 |
if st.session_state.get("api_key_configured"):
|
| 36 |
run_query = (
|
|
|
|
| 31 |
run_pressed = st.button("Search tweets")
|
| 32 |
else:
|
| 33 |
st.write("Please provide your OpenAI Key to start using the application")
|
| 34 |
+
st.write("If you are using a smaller screen, open the sidebar from the top left to provide your OpenAI Key 🙌")
|
| 35 |
|
| 36 |
if st.session_state.get("api_key_configured"):
|
| 37 |
run_query = (
|