Spaces:
Sleeping
Sleeping
typo
Browse files- simuGAIA.py +2 -2
simuGAIA.py
CHANGED
@@ -230,8 +230,8 @@ def run_simuGAIA_all( profile: gr.OAuthProfile | None, submit: Optional[bool] =
|
|
230 |
print(f"An unexpected error occurred fetching questions: {e}")
|
231 |
return f"An unexpected error occurred fetching questions: {e}", None
|
232 |
|
233 |
-
# 2.5 Awaken the AnswerDataManager to get and store already
|
234 |
-
manager = AnswerDataManager(already_answered.json")
|
235 |
manager.load_data()
|
236 |
|
237 |
# 3. Run your Agent
|
|
|
230 |
print(f"An unexpected error occurred fetching questions: {e}")
|
231 |
return f"An unexpected error occurred fetching questions: {e}", None
|
232 |
|
233 |
+
# 2.5 Awaken the AnswerDataManager to get and store already answered questions
|
234 |
+
manager = AnswerDataManager("already_answered.json")
|
235 |
manager.load_data()
|
236 |
|
237 |
# 3. Run your Agent
|