Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def clear_question():
|
|
116 |
|
117 |
|
118 |
question = st.text_input(
|
119 |
-
"Type
|
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 |
|