Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|