civerson916 commited on
Commit
37da4d1
·
verified ·
1 Parent(s): 391fe07

Update app.py

Browse files

4fc2f1ae-8625-45b5-ab34-ad4433bc21f8

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
270
  # question_text = f"{question_text} Here is the file: https://agents-course-unit4-scoring.hf.space/files/{item.get('task_id')}"
271
  question_text = f"{question_text} Here is the file (the file extension must be added): files/{item.get('task_id')}"
272
 
273
- if item.get("task_id") == "f918266a-b3e0-4914-865d-4faa564f1aef":
274
  submitted_answer = agent(question_text)
275
  else:
276
  continue
 
270
  # question_text = f"{question_text} Here is the file: https://agents-course-unit4-scoring.hf.space/files/{item.get('task_id')}"
271
  question_text = f"{question_text} Here is the file (the file extension must be added): files/{item.get('task_id')}"
272
 
273
+ if item.get("task_id") == "4fc2f1ae-8625-45b5-ab34-ad4433bc21f8":
274
  submitted_answer = agent(question_text)
275
  else:
276
  continue