Coool2 commited on
Commit
5dabef4
·
verified ·
1 Parent(s): cdb0ee7

Update app.py

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