Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -433,21 +433,17 @@ def create_mock_questions():
|
|
433 |
"file_name":"f918266a-b3e0-4914-865d-4faa564f1aef.py"
|
434 |
}
|
435 |
|
436 |
-
|
437 |
-
"task_id":"7bd855d8-463d-4ed5-93ca-5fe35145f733",
|
438 |
-
"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.",
|
439 |
-
"Level":"1",
|
440 |
-
"file_name":"7bd855d8-463d-4ed5-93ca-5fe35145f733.xlsx"
|
441 |
-
}
|
442 |
'''
|
443 |
|
444 |
|
445 |
return [
|
446 |
|
447 |
-
{
|
448 |
-
|
449 |
-
|
450 |
-
|
|
|
451 |
}
|
452 |
]
|
453 |
|
|
|
433 |
"file_name":"f918266a-b3e0-4914-865d-4faa564f1aef.py"
|
434 |
}
|
435 |
|
436 |
+
|
|
|
|
|
|
|
|
|
|
|
437 |
'''
|
438 |
|
439 |
|
440 |
return [
|
441 |
|
442 |
+
{
|
443 |
+
"task_id":"7bd855d8-463d-4ed5-93ca-5fe35145f733",
|
444 |
+
"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.",
|
445 |
+
"Level":"1",
|
446 |
+
"file_name":"7bd855d8-463d-4ed5-93ca-5fe35145f733.xlsx"
|
447 |
}
|
448 |
]
|
449 |
|