peter2000 commited on
Commit
ab1b7b5
ยท
1 Parent(s): a08237b

Update appStore/keyword_search.py

Browse files
Files changed (1) hide show
  1. appStore/keyword_search.py +1 -1
appStore/keyword_search.py CHANGED
@@ -76,7 +76,7 @@ def app():
76
  #st.markdown("## ๐Ÿ“Œ Step One: Upload document ")
77
 
78
  with st.container():
79
- file = st.SessionState['file']
80
  question = st.text_input("Please enter your question here, we will look for the answer in the document.",
81
  value="What particular risks does climate change pose for women?",)
82
  if st.button("Find them."):
 
76
  #st.markdown("## ๐Ÿ“Œ Step One: Upload document ")
77
 
78
  with st.container():
79
+ file = st.session_state['file']
80
  question = st.text_input("Please enter your question here, we will look for the answer in the document.",
81
  value="What particular risks does climate change pose for women?",)
82
  if st.button("Find them."):