Bug fix.
Browse files
app.py
CHANGED
@@ -120,9 +120,9 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
120 |
# print(f"An unexpected error occurred fetching questions: {e}")
|
121 |
# return f"An unexpected error occurred fetching questions: {e}", None
|
122 |
questions_data = [] # Simulated questions data for testing
|
123 |
-
questions_data.append({"task_id": "8e867cd7-cff9-4e6c-867a-ff5ddc2550be", "question": "How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? You can use the latest 2022 version of english wikipedia."})
|
124 |
-
questions_data.append({"task_id": "2d83110e-a098-4ebb-9987-066c06fa42d0", "question": ".rewsna eht sa "tfel" drow eht fo etisoppo eht etirw ,ecnetnes siht dnatsrednu uoy fI"})
|
125 |
-
questions_data.append({"task_id": "4fc2f1ae-8625-45b5-ab34-ad4433bc21f8", "question": "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?"})
|
126 |
|
127 |
# 3. Run your Agent
|
128 |
results_log = []
|
|
|
120 |
# print(f"An unexpected error occurred fetching questions: {e}")
|
121 |
# return f"An unexpected error occurred fetching questions: {e}", None
|
122 |
questions_data = [] # Simulated questions data for testing
|
123 |
+
questions_data.append({"task_id": "8e867cd7-cff9-4e6c-867a-ff5ddc2550be", "question": f"How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? You can use the latest 2022 version of english wikipedia."})
|
124 |
+
questions_data.append({"task_id": "2d83110e-a098-4ebb-9987-066c06fa42d0", "question": f".rewsna eht sa \"tfel\" drow eht fo etisoppo eht etirw ,ecnetnes siht dnatsrednu uoy fI"})
|
125 |
+
questions_data.append({"task_id": "4fc2f1ae-8625-45b5-ab34-ad4433bc21f8", "question": f"Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?"})
|
126 |
|
127 |
# 3. Run your Agent
|
128 |
results_log = []
|