Spaces:
Sleeping
Sleeping
async
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ class BasicAgent:
|
|
| 82 |
yield chunk.delta
|
| 83 |
|
| 84 |
|
| 85 |
-
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
| 86 |
"""
|
| 87 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
| 88 |
and displays the results.
|
|
|
|
| 82 |
yield chunk.delta
|
| 83 |
|
| 84 |
|
| 85 |
+
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
| 86 |
"""
|
| 87 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
| 88 |
and displays the results.
|