Bandook01 commited on
Commit
582cff4
·
1 Parent(s): 89093c1
Files changed (1) hide show
  1. app.py +1 -1
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.