Spaces:
Sleeping
Sleeping
Update food_data.py
Browse files- food_data.py +5 -5
food_data.py
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
FOOD_ITEMS = {
|
2 |
"Veg": [
|
3 |
{"name": "Idli", "image": "assets/images/idli.png",
|
4 |
-
"nutrition": "Protein: 2g,
|
5 |
{"name": "Vada", "image": "assets/images/vada.png",
|
6 |
-
"nutrition": "Protein: 4g,
|
7 |
{"name": "Puri", "image": "assets/images/puri.png",
|
8 |
-
"nutrition": "
|
9 |
],
|
10 |
"Non-Veg": [
|
11 |
{"name": "Chicken Biryani", "image": "assets/images/chicken_biryani.png",
|
12 |
-
"nutrition": "Protein: 25g,
|
13 |
{"name": "Mutton Curry", "image": "assets/images/mutton_curry.png",
|
14 |
-
"nutrition": "Protein: 30g, Fat: 20g,
|
15 |
]
|
16 |
}
|
|
|
1 |
FOOD_ITEMS = {
|
2 |
"Veg": [
|
3 |
{"name": "Idli", "image": "assets/images/idli.png",
|
4 |
+
"nutrition": "Protein: 2g, Carbs: 12g, Vitamins: B"},
|
5 |
{"name": "Vada", "image": "assets/images/vada.png",
|
6 |
+
"nutrition": "Protein: 4g, Carbs: 15g, Fat: 10g"},
|
7 |
{"name": "Puri", "image": "assets/images/puri.png",
|
8 |
+
"nutrition": "Carbs: 25g, Fat: 8g, Vitamins: B12"}
|
9 |
],
|
10 |
"Non-Veg": [
|
11 |
{"name": "Chicken Biryani", "image": "assets/images/chicken_biryani.png",
|
12 |
+
"nutrition": "Protein: 25g, Carbs: 45g, Fat: 10g"},
|
13 |
{"name": "Mutton Curry", "image": "assets/images/mutton_curry.png",
|
14 |
+
"nutrition": "Protein: 30g, Fat: 20g, Carbs: 10g"}
|
15 |
]
|
16 |
}
|