Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ class BasicAgent:
|
|
42 |
|
43 |
# --- Gradio UI and Logic ---
|
44 |
|
45 |
-
def run_and_submit_all( profile gr.OAuthProfile
|
46 |
"""
|
47 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
48 |
and displays the results.
|
|
|
42 |
|
43 |
# --- Gradio UI and Logic ---
|
44 |
|
45 |
+
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
46 |
"""
|
47 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
48 |
and displays the results.
|