Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
0f6881a
1
Parent(s):
569f9a9
fix
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
76 |
print(f"Skipping item with missing task_id or question: {item}")
|
77 |
continue
|
78 |
|
79 |
-
#if "making a pie" not in question_text:
|
80 |
# continue
|
81 |
|
82 |
try:
|
|
|
76 |
print(f"Skipping item with missing task_id or question: {item}")
|
77 |
continue
|
78 |
|
79 |
+
#if "making a pie" not in question_text:
|
80 |
# continue
|
81 |
|
82 |
try:
|