peter2000 commited on
Commit
ee50dc7
1 Parent(s): 2d5d387

Update appStore/keyword_search.py

Browse files
Files changed (1) hide show
  1. appStore/keyword_search.py +1 -1
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="What particular risks does climate change pose for women?",)
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: