SergeyO7 commited on
Commit
00bb7a7
·
verified ·
1 Parent(s): 92ea816

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
216
 
217
 
218
  #select question we want to focus
219
- if "sosa11" in question_text.lower() or "bird" in question_text.lower() or "november11" in question_text.lower():
220
  file_path = await check_n_load_attach(session, task_id, question_text.lower())
221
  result = await process_question(agent, question_text, task_id, file_path, results_log)
222
  if result:
 
216
 
217
 
218
  #select question we want to focus
219
+ if "sosa11" in question_text.lower() or "bird" in question_text.lower() or "yankee" in question_text.lower():
220
  file_path = await check_n_load_attach(session, task_id, question_text.lower())
221
  result = await process_question(agent, question_text, task_id, file_path, results_log)
222
  if result: