Spaces:
Sleeping
Sleeping
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" | |
}, | |
}, | |
} | |