prashant
commited on
Commit
•
4e2e62f
1
Parent(s):
948ca1f
update dropdown
Browse files
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 |
-
|
|
|
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 |
|