Spaces:
Runtime error
Runtime error
Update appStore/keyword_search.py
Browse files
appStore/keyword_search.py
CHANGED
@@ -75,7 +75,7 @@ def app():
|
|
75 |
|
76 |
with st.container():
|
77 |
question = st.text_input("Please enter your question here, we will look for the answer in the document.",
|
78 |
-
value="
|
79 |
if st.button("Find them."):
|
80 |
pipeline = st.session_state['pipeline']
|
81 |
if pipeline is not None:
|
|
|
75 |
|
76 |
with st.container():
|
77 |
question = st.text_input("Please enter your question here, we will look for the answer in the document.",
|
78 |
+
value="Which extreme weather is a particular risk?",)
|
79 |
if st.button("Find them."):
|
80 |
pipeline = st.session_state['pipeline']
|
81 |
if pipeline is not None:
|