M17idd commited on
Commit
686cf2a
·
1 Parent(s): 22d76ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -540,7 +540,7 @@ st.markdown("""
540
 
541
 
542
  if query:
543
- threshold = 75
544
  matched_sentences = []
545
 
546
  for idx, sentence in enumerate(all_sentences):
 
540
 
541
 
542
  if query:
543
+ threshold = 60
544
  matched_sentences = []
545
 
546
  for idx, sentence in enumerate(all_sentences):