Update app.py
Browse files
app.py
CHANGED
@@ -540,7 +540,7 @@ st.markdown("""
|
|
540 |
|
541 |
|
542 |
if query:
|
543 |
-
threshold =
|
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):
|