Try a first submit
Browse files- 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] =
|
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.
|