Toumaima commited on
Commit
2c207cf
·
verified ·
1 Parent(s): 471d6ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ class BasicAgent:
172
  return self.format_final_answer("COULD_NOT_SOLVE")
173
 
174
  # --- Evaluation Logic ---
175
- def run_and_submit_all(profile: gr.OAuthProfile | None):
176
  space_id = os.getenv("SPACE_ID")
177
  if profile:
178
  username = profile.username
 
172
  return self.format_final_answer("COULD_NOT_SOLVE")
173
 
174
  # --- Evaluation Logic ---
175
+ def run_and_submit_all(profile, test_mode):
176
  space_id = os.getenv("SPACE_ID")
177
  if profile:
178
  username = profile.username