Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 "
|
| 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:
|