prashant
commited on
Commit
•
efb11f2
1
Parent(s):
ed0fd13
error fix
Browse files
appStore/keyword_search.py
CHANGED
@@ -87,6 +87,6 @@ def app():
|
|
87 |
paraList = runSemanticPreprocessingPipeline()
|
88 |
logging.info("starting semantic search")
|
89 |
with st.spinner("Performing Similar/Contextual search"):
|
90 |
-
semantic_search(queryList,paraList
|
91 |
|
92 |
|
|
|
87 |
paraList = runSemanticPreprocessingPipeline()
|
88 |
logging.info("starting semantic search")
|
89 |
with st.spinner("Performing Similar/Contextual search"):
|
90 |
+
semantic_search(queryList,paraList)
|
91 |
|
92 |
|