Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
c46b65e
1
Parent(s):
13f31e3
fix
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
76 |
continue
|
77 |
|
78 |
#if "chess" not in question_text and
|
79 |
-
if "chess" not in question_text:
|
80 |
-
|
81 |
|
82 |
try:
|
83 |
file_name = item.get("file_name")
|
|
|
76 |
continue
|
77 |
|
78 |
#if "chess" not in question_text and
|
79 |
+
#if "chess" not in question_text:
|
80 |
+
# continue
|
81 |
|
82 |
try:
|
83 |
file_name = item.get("file_name")
|