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