APRG commited on
Commit
ada5525
·
verified ·
1 Parent(s): fb4b065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ class BasicAgent:
44
  print(f"Agent returning answer: {str(answer)}")
45
  return str(answer).split("FINAL ANSWER:")[-1].strip()
46
 
 
47
  def run_and_submit_all( profile: gr.OAuthProfile | None):
48
  """
49
  Fetches all questions, runs the BasicAgent on them, submits all answers,
 
44
  print(f"Agent returning answer: {str(answer)}")
45
  return str(answer).split("FINAL ANSWER:")[-1].strip()
46
 
47
+
48
  def run_and_submit_all( profile: gr.OAuthProfile | None):
49
  """
50
  Fetches all questions, runs the BasicAgent on them, submits all answers,