Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ class BasicAgent:
|
|
44 |
print(f"Agent returning answer: {str(answer)}")
|
45 |
return str(answer).split("FINAL ANSWER:")[-1].strip()
|
46 |
|
|
|
47 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
48 |
"""
|
49 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
|
|
44 |
print(f"Agent returning answer: {str(answer)}")
|
45 |
return str(answer).split("FINAL ANSWER:")[-1].strip()
|
46 |
|
47 |
+
|
48 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
49 |
"""
|
50 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|