Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
77 |
print(f"Skipping item with missing task_id or question: {item}")
|
78 |
continue
|
79 |
|
80 |
-
if "the pitchers with the" not in question_text:
|
81 |
-
|
82 |
|
83 |
#if "chess" not in question_text:
|
84 |
# continue
|
|
|
77 |
print(f"Skipping item with missing task_id or question: {item}")
|
78 |
continue
|
79 |
|
80 |
+
#if "the pitchers with the" not in question_text:
|
81 |
+
# continue
|
82 |
|
83 |
#if "chess" not in question_text:
|
84 |
# continue
|