Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -338,6 +338,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
338 |
response = requests.post(submit_url, json=submission_data, timeout=60)
|
339 |
response.raise_for_status()
|
340 |
result_data = response.json()
|
|
|
341 |
final_status = (
|
342 |
f"Submission Successful!\n"
|
343 |
f"User: {result_data.get('username')}\n"
|
|
|
338 |
response = requests.post(submit_url, json=submission_data, timeout=60)
|
339 |
response.raise_for_status()
|
340 |
result_data = response.json()
|
341 |
+
print_coso(result_data)
|
342 |
final_status = (
|
343 |
f"Submission Successful!\n"
|
344 |
f"User: {result_data.get('username')}\n"
|