Spaces:
Sleeping
Sleeping
ss
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ here is the task
|
|
128 |
return "Agent did not produce any answers to submit.", pd.DataFrame(results_log)
|
129 |
|
130 |
# 4. Prepare Submission
|
131 |
-
submission_data = {"username": username.strip(), "agent_code":
|
132 |
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
133 |
print(status_update)
|
134 |
|
|
|
128 |
return "Agent did not produce any answers to submit.", pd.DataFrame(results_log)
|
129 |
|
130 |
# 4. Prepare Submission
|
131 |
+
submission_data = {"username": username.strip(), "agent_code": agent, "answers": answers_payload}
|
132 |
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
133 |
print(status_update)
|
134 |
|