Tuana commited on
Commit
76ff797
1 Parent(s): 05209d1

note for sidebar

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = (