huytofu92 commited on
Commit
82d0896
·
1 Parent(s): 62af2af

Final submission

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ class BasicAgent:
20
  print(f"Agent returning fixed answer: {fixed_answer}")
21
  return fixed_answer
22
 
23
- def run_and_submit_all( profile: gr.OAuthProfile | None, mock_submission: bool = True):
24
  """
25
  Fetches all questions, runs the BasicAgent on them, submits all answers,
26
  and displays the results.
 
20
  print(f"Agent returning fixed answer: {fixed_answer}")
21
  return fixed_answer
22
 
23
+ def run_and_submit_all( profile: gr.OAuthProfile | None, mock_submission: bool = False):
24
  """
25
  Fetches all questions, runs the BasicAgent on them, submits all answers,
26
  and displays the results.