merve HF staff commited on
Commit
14eb3f9
1 Parent(s): 391c720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ search_bar, button = st.columns(2)
17
  # Search bar
18
  with search_bar:
19
  username = st.text_input("Please provide a twitter username", on_change=reset_results)
 
20
 
21
  with button:
22
  st.write("")
 
17
  # Search bar
18
  with search_bar:
19
  username = st.text_input("Please provide a twitter username", on_change=reset_results)
20
+ openai_token = st.text_input("Please provide your OpenAI token 👇 ")
21
 
22
  with button:
23
  st.write("")