Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ if user_api_key is not None and user_api_key.strip() != "":
|
|
70 |
with container:
|
71 |
with st.form(key='my_form', clear_on_submit=True):
|
72 |
|
73 |
-
user_input = st.text_input("Query:", placeholder="
|
74 |
submit_button = st.form_submit_button(label='Send')
|
75 |
|
76 |
if submit_button and user_input:
|
|
|
70 |
with container:
|
71 |
with st.form(key='my_form', clear_on_submit=True):
|
72 |
|
73 |
+
user_input = st.text_input("Query:", placeholder="Lets talk about something General", key='input')
|
74 |
submit_button = st.form_submit_button(label='Send')
|
75 |
|
76 |
if submit_button and user_input:
|