Updated
Browse files
app.py
CHANGED
@@ -386,7 +386,7 @@ Response:"""
|
|
386 |
match_id = int(response.content.strip())
|
387 |
|
388 |
if match_id >= 0 and match_id < len(valid_questions):
|
389 |
-
print(f"Match found for query: {query}")
|
390 |
return valid_questions[match_id]['answer']
|
391 |
|
392 |
return None
|
|
|
386 |
match_id = int(response.content.strip())
|
387 |
|
388 |
if match_id >= 0 and match_id < len(valid_questions):
|
389 |
+
print(f"Wow Match found for query: {query}")
|
390 |
return valid_questions[match_id]['answer']
|
391 |
|
392 |
return None
|