Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
97 |
print(status_update)
|
98 |
|
99 |
# 5. Submit
|
100 |
-
return(
|
101 |
"""
|
102 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
103 |
try:
|
|
|
97 |
print(status_update)
|
98 |
|
99 |
# 5. Submit
|
100 |
+
return "DUMMY Agent finished", pd.DataFrame(results_log)
|
101 |
"""
|
102 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
103 |
try:
|