Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
23198aa
1
Parent(s):
cebf4cd
fix
Browse files
app.py
CHANGED
@@ -75,7 +75,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
75 |
print(f"Skipping item with missing task_id or question: {item}")
|
76 |
continue
|
77 |
|
78 |
-
if "chess" not in question_text and
|
|
|
79 |
continue
|
80 |
|
81 |
try:
|
|
|
75 |
print(f"Skipping item with missing task_id or question: {item}")
|
76 |
continue
|
77 |
|
78 |
+
#if "chess" not in question_text and
|
79 |
+
if "excel" not in question_text:
|
80 |
continue
|
81 |
|
82 |
try:
|