Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ if persist_directory :
|
|
| 83 |
with container:
|
| 84 |
with st.form(key='my_form', clear_on_submit=True):
|
| 85 |
|
| 86 |
-
user_input = st.text_input("Your question:", placeholder="
|
| 87 |
submit_button = st.form_submit_button(label='Ask')
|
| 88 |
|
| 89 |
if submit_button and user_input:
|
|
|
|
| 83 |
with container:
|
| 84 |
with st.form(key='my_form', clear_on_submit=True):
|
| 85 |
|
| 86 |
+
user_input = st.text_input("Your question:", placeholder="I want to learn linear regressions, which module is for me?", key='input')
|
| 87 |
submit_button = st.form_submit_button(label='Ask')
|
| 88 |
|
| 89 |
if submit_button and user_input:
|