lorentz commited on
Commit
216613e
·
verified ·
1 Parent(s): 2704695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Your text here.", key='input', height=100)
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: