annikwag commited on
Commit
4681487
·
verified ·
1 Parent(s): 93d7d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with col2:
56
  # Checkbox to control whether to show only exact matches
57
  show_exact_matches = st.checkbox("Show only exact matches", value=False)
58
 
59
- button=st.button("search")
60
  #found_docs = vectorstore.similarity_search(var)
61
  #print(found_docs)
62
  # results= get_context(vectorstore, f"find the relvant paragraphs for: {var}")
 
56
  # Checkbox to control whether to show only exact matches
57
  show_exact_matches = st.checkbox("Show only exact matches", value=False)
58
 
59
+ button=st.button("Search")
60
  #found_docs = vectorstore.similarity_search(var)
61
  #print(found_docs)
62
  # results= get_context(vectorstore, f"find the relvant paragraphs for: {var}")