Spaces:
Sleeping
Sleeping
mriusero
commited on
Commit
·
439e39d
1
Parent(s):
dc1621b
feat: chose a given question
Browse files- src/workflow.py +3 -0
src/workflow.py
CHANGED
@@ -36,6 +36,9 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
36 |
results_log = []
|
37 |
answers_payload = []
|
38 |
|
|
|
|
|
|
|
39 |
for item in questions_data:
|
40 |
|
41 |
task_id = item.get("task_id")
|
|
|
36 |
results_log = []
|
37 |
answers_payload = []
|
38 |
|
39 |
+
#chosen_task_id = "7bd855d8-463d-4ed5-93ca-5fe35145f733"
|
40 |
+
#questions_data = [item for item in questions_data if item.get("task_id") == chosen_task_id]
|
41 |
+
|
42 |
for item in questions_data:
|
43 |
|
44 |
task_id = item.get("task_id")
|