Spaces:
Running
Running
Update app.py
Browse files
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("")
|