Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
4e2e62f
1 Parent(s): 948ca1f

update dropdown

Browse files
Files changed (1) hide show
  1. appStore/keyword_search.py +2 -1
appStore/keyword_search.py CHANGED
@@ -91,7 +91,8 @@ def app():
91
  for and we will we will look for similar\
92
  context in the document. You can select the \
93
  presets of keywords from sidebar.",
94
- placeholder="Enter keyword here")
 
95
  searchtype = st.checkbox("Show only Exact Matches")
96
  if st.button("Find them"):
97
 
 
91
  for and we will we will look for similar\
92
  context in the document. You can select the \
93
  presets of keywords from sidebar.",
94
+ value = "{}".format(keywordList))
95
+ # placeholder="Enter keyword here")
96
  searchtype = st.checkbox("Show only Exact Matches")
97
  if st.button("Find them"):
98