Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -566,7 +566,14 @@ def create_mock_questions():
|
|
566 |
"file_name": ""
|
567 |
}
|
568 |
'''
|
569 |
-
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
570 |
|
571 |
|
572 |
tempMock = [
|
|
|
566 |
"file_name": ""
|
567 |
}
|
568 |
'''
|
569 |
+
return [
|
570 |
+
{
|
571 |
+
"task_id":"7bd855d8-463d-4ed5-93ca-5fe35145f733",
|
572 |
+
"question":"The attached Excel file contains the sales of menu items for a local fast-food chain. What were the total sales that the chain made from food (not including drinks)? Express your answer in USD with two decimal places.",
|
573 |
+
"Level":"1",
|
574 |
+
"file_name":"7bd855d8-463d-4ed5-93ca-5fe35145f733.xlsx"
|
575 |
+
}
|
576 |
+
]
|
577 |
|
578 |
|
579 |
tempMock = [
|