Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ class BasicAgent:
|
|
31 |
except Exception as e:
|
32 |
return e
|
33 |
|
34 |
-
async def run_and_submit_all( profile
|
35 |
"""
|
36 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
37 |
and displays the results.
|
|
|
31 |
except Exception as e:
|
32 |
return e
|
33 |
|
34 |
+
async def run_and_submit_all( profile: gr.OAuthProfile | None):
|
35 |
"""
|
36 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
37 |
and displays the results.
|