Spaces:
Build error
Build error
Update dummy.py
Browse files
dummy.py
CHANGED
@@ -172,5 +172,40 @@ recipes = [
|
|
172 |
],
|
173 |
'title': 'Shrimp Linguine in Tomato Sauce'
|
174 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
}
|
176 |
]
|
|
|
172 |
],
|
173 |
'title': 'Shrimp Linguine in Tomato Sauce'
|
174 |
},
|
175 |
+
{
|
176 |
+
'directions': [
|
177 |
+
'Preheat oven to 350°F.',
|
178 |
+
'In a large bowl, mix together ground beef, bread crumbs, milk, egg, salt, and pepper until well combined.',
|
179 |
+
'Form mixture into 8 meatballs and place in a greased baking dish.',
|
180 |
+
'Bake for 25-30 minutes or until cooked through.',
|
181 |
+
'While the meatballs are baking, heat olive oil in a large skillet over medium heat.',
|
182 |
+
'Add onion and garlic and sauté until onion is tender, about 5 minutes.',
|
183 |
+
'Add diced tomatoes, tomato sauce, sugar, basil, oregano, and red pepper flakes and bring to a simmer.',
|
184 |
+
'Reduce heat to low and let sauce simmer for 10-15 minutes, stirring occasionally.',
|
185 |
+
'Once meatballs are cooked, add them to the skillet with the sauce and stir to coat.',
|
186 |
+
'Simmer for an additional 10 minutes, until meatballs are heated through and sauce has thickened.',
|
187 |
+
'Serve hot with spaghetti noodles and grated Parmesan cheese.'
|
188 |
+
],
|
189 |
+
'ingredients': [
|
190 |
+
'1 lb. ground beef',
|
191 |
+
'1/2 c. seasoned bread crumbs',
|
192 |
+
'1/4 c. milk',
|
193 |
+
'1 egg, lightly beaten',
|
194 |
+
'1/2 tsp. salt',
|
195 |
+
'1/4 tsp. black pepper',
|
196 |
+
'1 tbsp. olive oil',
|
197 |
+
'1 small onion, chopped',
|
198 |
+
'2 garlic cloves, minced',
|
199 |
+
'1 can (14 oz.) diced tomatoes',
|
200 |
+
'1 can (8 oz.) tomato sauce',
|
201 |
+
'1 tbsp. sugar',
|
202 |
+
'1 tsp. dried basil',
|
203 |
+
'1/2 tsp. dried oregano',
|
204 |
+
'1/4 tsp. red pepper flakes',
|
205 |
+
'spaghetti noodles, cooked',
|
206 |
+
'grated Parmesan cheese'
|
207 |
+
],
|
208 |
+
'title': 'Spaghetti and Meatballs'
|
209 |
+
},
|
210 |
}
|
211 |
]
|