File size: 640 Bytes
175fc26
a206125
 
 
 
175fc26
a206125
 
 
175fc26
 
 
 
a206125
 
175fc26
a206125
 
 
175fc26
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
FOOD_DATA = {
    "Aloo Samosa": {
        "image": "aloo_samosa.jpg",
        "description": "Crispy samosa filled with spiced potatoes. Perfect snack for any time.",
        "price": 20,
        "nutrition": {
            "Calories": "150 kcal",
            "Protein": "4 g",
            "Fat": "7 g"
        },
    },
    "Chicken Biryani": {
        "image": "chicken_biryani.jpg",
        "description": "Fragrant basmati rice cooked with tender chicken and aromatic spices.",
        "price": 200,
        "nutrition": {
            "Calories": "300 kcal",
            "Protein": "15 g",
            "Fat": "10 g"
        },
    },
}