Alexandre Gazola commited on
Commit
23198aa
·
1 Parent(s): cebf4cd
Files changed (1) hide show
  1. app.py +2 -1
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 "excel" not in question_text:
 
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: