Alexandre Gazola commited on
Commit
25013ae
·
1 Parent(s): 28b0e00
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -75,9 +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
- #if "chess" not in question_text:
80
- # continue
81
 
82
  try:
83
  file_name = item.get("file_name")
 
75
  print(f"Skipping item with missing task_id or question: {item}")
76
  continue
77
 
78
+ if "chess" not in question_text:
79
+ continue
 
80
 
81
  try:
82
  file_name = item.get("file_name")