Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
86 |
# 3. Run your Agent
|
87 |
results_log = []
|
88 |
answers_payload = []
|
89 |
-
submitted_answer = ""
|
90 |
print(f"Running agent on {len(questions_data)} questions...")
|
91 |
for item in questions_data:
|
92 |
task_id = item.get("task_id")
|
|
|
86 |
# 3. Run your Agent
|
87 |
results_log = []
|
88 |
answers_payload = []
|
|
|
89 |
print(f"Running agent on {len(questions_data)} questions...")
|
90 |
for item in questions_data:
|
91 |
task_id = item.get("task_id")
|