GattoNero commited on
Commit
b13088a
·
verified ·
1 Parent(s): 312133f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -10
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
- {'task_id': '99c9cc74-fdc8-46c6-8f8d-3ce2d3bfeea3',
448
- 'question': 'Hi, I\'m making a pie but I could use some help with my shopping list. I have everything I need for the crust, but I\'m not sure about the filling. I got the recipe from my friend Aditi, but she left it as a voice memo and the speaker on my phone is buzzing so I can\'t quite make out what she\'s saying. Could you please listen to the recipe and list all of the ingredients that my friend described? I only want the ingredients for the filling, as I have everything I need to make my favorite pie crust. I\'ve attached the recipe as Strawberry pie.mp3.\n\nIn your response, please only list the ingredients, not any measurements. So if the recipe calls for "a pinch of salt" or "two cups of ripe strawberries" the ingredients on the list would be "salt" and "ripe strawberries".\n\nPlease format your response as a comma separated list of ingredients. Also, please alphabetize the ingredients.',
449
- 'Level': '1',
450
- 'file_name': '99c9cc74-fdc8-46c6-8f8d-3ce2d3bfeea3.mp3'
 
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