Update app.py
Browse filesAdding temporary output for development
app.py
CHANGED
@@ -99,6 +99,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
99 |
print("Agent did not produce any answers to submit.")
|
100 |
return "Agent did not produce any answers to submit.", pd.DataFrame(results_log)
|
101 |
|
|
|
|
|
102 |
# 4. Prepare Submission
|
103 |
# submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
|
104 |
# status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
|
|
99 |
print("Agent did not produce any answers to submit.")
|
100 |
return "Agent did not produce any answers to submit.", pd.DataFrame(results_log)
|
101 |
|
102 |
+
return "Questions parsed.", pd.DataFrame(results_log)
|
103 |
+
|
104 |
# 4. Prepare Submission
|
105 |
# submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
|
106 |
# status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|