nlpblogs commited on
Commit
b10ee5a
·
verified ·
1 Parent(s): 311b8e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def clear_question():
116
 
117
 
118
  question = st.text_input(
119
- "Type your question here and then press **Retrieve your answer**:", key="question"
120
  )
121
  st.button("Clear question", on_click=clear_question)
122
 
 
116
 
117
 
118
  question = st.text_input(
119
+ "Type one question at a time and then press **Retrieve your answer**:", key="question"
120
  )
121
  st.button("Clear question", on_click=clear_question)
122