Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 81 |
|
| 82 |
results_log = []
|
| 83 |
answers_payload = []
|
| 84 |
-
for item in subset
|
| 85 |
print(f"ITEMS {item}")
|
| 86 |
task_id = item.get("task_id")
|
| 87 |
print(f"Task ID is {task_id}")
|
|
|
|
| 81 |
|
| 82 |
results_log = []
|
| 83 |
answers_payload = []
|
| 84 |
+
for item in subset:
|
| 85 |
print(f"ITEMS {item}")
|
| 86 |
task_id = item.get("task_id")
|
| 87 |
print(f"Task ID is {task_id}")
|