Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ container = st.container()
|
|
84 |
# User input and response display
|
85 |
with container:
|
86 |
with st.form(key='my_form', clear_on_submit=True):
|
87 |
-
user_input = st.text_area("
|
88 |
submit_button = st.form_submit_button(label='Send')
|
89 |
|
90 |
if submit_button:
|
|
|
84 |
# User input and response display
|
85 |
with container:
|
86 |
with st.form(key='my_form', clear_on_submit=True):
|
87 |
+
user_input = st.text_area("Ask me questions please", key='input', height=100)
|
88 |
submit_button = st.form_submit_button(label='Send')
|
89 |
|
90 |
if submit_button:
|