josondev commited on
Commit
c3f6914
·
verified ·
1 Parent(s): 8b07e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ class BasicAgent:
37
  return answer.strip()
38
 
39
 
 
40
  def run_and_submit_all(profile: gr.OAuthProfile | None):
41
  """
42
  Fetches all questions, runs the BasicAgent on them, submits all answers,
 
37
  return answer.strip()
38
 
39
 
40
+
41
  def run_and_submit_all(profile: gr.OAuthProfile | None):
42
  """
43
  Fetches all questions, runs the BasicAgent on them, submits all answers,