Spaces:
Sleeping
Sleeping
Final submission
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ class BasicAgent:
|
|
| 20 |
print(f"Agent returning fixed answer: {fixed_answer}")
|
| 21 |
return fixed_answer
|
| 22 |
|
| 23 |
-
def run_and_submit_all( profile: gr.OAuthProfile | None, mock_submission: bool =
|
| 24 |
"""
|
| 25 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
| 26 |
and displays the results.
|
|
|
|
| 20 |
print(f"Agent returning fixed answer: {fixed_answer}")
|
| 21 |
return fixed_answer
|
| 22 |
|
| 23 |
+
def run_and_submit_all( profile: gr.OAuthProfile | None, mock_submission: bool = False):
|
| 24 |
"""
|
| 25 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
| 26 |
and displays the results.
|