Commit
·
dd7708e
1
Parent(s):
87d8826
modified app
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
| 143 |
|
| 144 |
if not answers_payload:
|
| 145 |
print("Agent did not produce any answers to submit.")
|
| 146 |
-
|
| 147 |
|
| 148 |
#4. Prepare Submission
|
| 149 |
submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
|
|
|
|
| 143 |
|
| 144 |
if not answers_payload:
|
| 145 |
print("Agent did not produce any answers to submit.")
|
| 146 |
+
return "Agent did not produce any answers to submit.", pd.DataFrame(results_log)
|
| 147 |
|
| 148 |
#4. Prepare Submission
|
| 149 |
submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
|