Jofthomas commited on
Commit
b90251f
·
verified ·
1 Parent(s): 7e4a06b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 , api_url: str):
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.