Fa1dz commited on
Commit
209e8a7
·
1 Parent(s): 0a68ded

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +27 -0
dummy.py CHANGED
@@ -260,5 +260,32 @@ recipes = [
260
  ],
261
  'title': 'Classic Chocolate Chip Cookies',
262
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  }
264
  ]
 
260
  ],
261
  'title': 'Classic Chocolate Chip Cookies',
262
  },
263
+ {
264
+ 'directions': [
265
+ "Preheat the oven to 375°F (190°C).",
266
+ "Mix together the flour, baking powder, salt, sugar, and milk in a large bowl.",
267
+ "Stir in the melted butter and mix well.",
268
+ "Pour the batter into a greased 8-inch baking dish.",
269
+ "Combine the brown sugar, cinnamon, and nutmeg in a small bowl.",
270
+ "Sprinkle the mixture evenly over the batter.",
271
+ "Pour the hot water over the top of the batter and brown sugar mixture.",
272
+ "Bake for 45-50 minutes, or until the cake is golden brown and set.",
273
+ "Serve warm with vanilla ice cream."
274
+ ],
275
+ 'ingredients': [
276
+ "1 cup flour",
277
+ "2 tsp baking powder",
278
+ "1/4 tsp salt",
279
+ "3/4 cup sugar",
280
+ "1/2 cup milk",
281
+ "1/4 cup unsalted butter, melted",
282
+ "1/2 cup packed brown sugar",
283
+ "1 tsp ground cinnamon",
284
+ "1/4 tsp ground nutmeg",
285
+ "1 cup hot water",
286
+ "Vanilla ice cream"
287
+ ],
288
+ 'title': 'Hot Fudge Pudding Cake'
289
+ },
290
  }
291
  ]