Sborole commited on
Commit
345ff6d
·
verified ·
1 Parent(s): b978ceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -75,8 +75,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
75
  with open(file_path, "rb") as f:
76
  file_content = f.read()
77
 
78
- else:
79
- print(f"File not found: {file_url} (status {response.status_code})")
80
  if not task_id or question_text is None:
81
  print(f"Skipping item with missing task_id or question: {item}")
82
  continue
 
75
  with open(file_path, "rb") as f:
76
  file_content = f.read()
77
 
 
 
78
  if not task_id or question_text is None:
79
  print(f"Skipping item with missing task_id or question: {item}")
80
  continue