iQuentin commited on
Commit
61c5459
·
verified ·
1 Parent(s): 4232f41

Try a first submit

Browse files
Files changed (1) hide show
  1. simuGAIA.py +1 -1
simuGAIA.py CHANGED
@@ -182,7 +182,7 @@ def run_GAIA_questions_simu():
182
 
183
 
184
 
185
- def run_simuGAIA_all( profile: gr.OAuthProfile | None, submit: Optional[bool] = False):
186
  """
187
  Fetches all questions, runs the QAgent on them,
188
  and displays the results.
 
182
 
183
 
184
 
185
+ def run_simuGAIA_all( profile: gr.OAuthProfile | None, submit: Optional[bool] = True):
186
  """
187
  Fetches all questions, runs the QAgent on them,
188
  and displays the results.