Update app.py
Browse files
app.py
CHANGED
@@ -107,9 +107,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
107 |
submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
|
108 |
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
109 |
print(status_update)
|
110 |
-
|
111 |
-
# ⚠️ prevent submission for now
|
112 |
-
return
|
113 |
|
114 |
# 5. Submit
|
115 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
|
|
107 |
submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
|
108 |
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
109 |
print(status_update)
|
|
|
|
|
|
|
110 |
|
111 |
# 5. Submit
|
112 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|