Alexandre Gazola commited on
Commit
3387c38
·
1 Parent(s): b0dd361
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -43,8 +43,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
43
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
44
  print(agent_code)
45
 
46
- return "Fetched questions list is empty or invalid format.", None
47
-
48
  # 2. Fetch Questions
49
  print(f"Fetching questions from: {questions_url}")
50
  try:
 
43
  agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
44
  print(agent_code)
45
 
 
 
46
  # 2. Fetch Questions
47
  print(f"Fetching questions from: {questions_url}")
48
  try: