susmitsil commited on
Commit
be56a89
·
verified ·
1 Parent(s): 509f358
Files changed (1) hide show
  1. app.py +1 -1
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