Update app.py
Browse files4fc2f1ae-8625-45b5-ab34-ad4433bc21f8
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") == "
|
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
|