Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ class BasicAgent:
|
|
37 |
return answer.strip()
|
38 |
|
39 |
|
|
|
40 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
41 |
"""
|
42 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
|
|
37 |
return answer.strip()
|
38 |
|
39 |
|
40 |
+
|
41 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
42 |
"""
|
43 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|