SergeyO7 commited on
Commit
4a0fb54
·
verified ·
1 Parent(s): d4a8ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
212
 
213
  #select question we want to focus
214
  if "excel" in question_text.lower() or "mp3" in question_text.lower() or "chess" in question_text.lower():
215
- file_path = await check_n_load_attach(session, question_text.lower(), task_id)
216
  result = await process_question(agent, question_text, task_id, file_path, results_log)
217
  if result:
218
  answers_payload.append(result)
 
212
 
213
  #select question we want to focus
214
  if "excel" in question_text.lower() or "mp3" in question_text.lower() or "chess" in question_text.lower():
215
+ file_path = await check_n_load_attach(session, task_id, question_text.lower())
216
  result = await process_question(agent, question_text, task_id, file_path, results_log)
217
  if result:
218
  answers_payload.append(result)