Spaces:
Build error
Build error
Update dummy.py
Browse files
dummy.py
CHANGED
|
@@ -287,5 +287,37 @@ recipes = [
|
|
| 287 |
],
|
| 288 |
'title': 'Hot Fudge Pudding Cake'
|
| 289 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
}
|
| 291 |
]
|
|
|
|
| 287 |
],
|
| 288 |
'title': 'Hot Fudge Pudding Cake'
|
| 289 |
},
|
| 290 |
+
{
|
| 291 |
+
'directions': [
|
| 292 |
+
"Preheat the oven to 350°F (175°C).",
|
| 293 |
+
"Spread the nuts evenly on a baking sheet.",
|
| 294 |
+
"Toast in the oven for 5-10 minutes, or until lightly browned.",
|
| 295 |
+
"Remove from the oven and let cool.",
|
| 296 |
+
"In a large bowl, mix together the flour, baking powder, baking soda, salt, cinnamon, and nutmeg.",
|
| 297 |
+
"In another bowl, whisk together the eggs, sugar, oil, and vanilla extract.",
|
| 298 |
+
"Add the wet ingredients to the dry ingredients and mix until just combined.",
|
| 299 |
+
"Stir in the grated carrots and toasted nuts.",
|
| 300 |
+
"Pour the batter into a greased 9-inch cake pan.",
|
| 301 |
+
"Bake for 30-35 minutes, or until a toothpick inserted into the center of the cake comes out clean.",
|
| 302 |
+
"Let the cake cool in the pan for 10 minutes before removing and placing on a wire rack to cool completely.",
|
| 303 |
+
"Frost the cake with cream cheese frosting, if desired."
|
| 304 |
+
],
|
| 305 |
+
'ingredients': [
|
| 306 |
+
"1/2 cup chopped walnuts",
|
| 307 |
+
"1 1/4 cups all-purpose flour",
|
| 308 |
+
"1 tsp baking powder",
|
| 309 |
+
"1/2 tsp baking soda",
|
| 310 |
+
"1/2 tsp salt",
|
| 311 |
+
"1 tsp ground cinnamon",
|
| 312 |
+
"1/4 tsp ground nutmeg",
|
| 313 |
+
"2 large eggs",
|
| 314 |
+
"3/4 cup granulated sugar",
|
| 315 |
+
"1/2 cup vegetable oil",
|
| 316 |
+
"1 tsp vanilla extract",
|
| 317 |
+
"2 cups grated carrots",
|
| 318 |
+
"Cream cheese frosting (optional)"
|
| 319 |
+
],
|
| 320 |
+
'title': 'Carrot Cake'
|
| 321 |
+
},
|
| 322 |
}
|
| 323 |
]
|