Spaces:
Sleeping
Sleeping
George Sergia
commited on
Commit
·
034083e
1
Parent(s):
7bd852d
Final update
Browse files
app.py
CHANGED
@@ -99,8 +99,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
99 |
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
100 |
print(status_update)
|
101 |
|
102 |
-
return "Agent finished. Submitting answers...", pd.DataFrame(results_log)
|
103 |
-
|
104 |
# 5. Submit
|
105 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
106 |
try:
|
|
|
99 |
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
|
100 |
print(status_update)
|
101 |
|
|
|
|
|
102 |
# 5. Submit
|
103 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
104 |
try:
|