Spaces:
Sleeping
Sleeping
Update components/menu.py
Browse files- components/menu.py +1 -1
components/menu.py
CHANGED
@@ -3,7 +3,7 @@ from components.popup_card import generate_popup_card
|
|
3 |
|
4 |
def generate_menu():
|
5 |
menu_items = [
|
6 |
-
{"name": "Biryani", "image": "
|
7 |
{"name": "Noodles", "image": "static/images/noodles.png", "model": "static/3d_models/noodles.glb"},
|
8 |
{"name": "Fried Rice", "image": "static/images/fried_rice.png", "model": "static/3d_models/fried_rice.glb"},
|
9 |
{"name": "Chicken Wings", "image": "static/images/chicken_wings.png", "model": "static/3d_models/chicken_wings.glb"},
|
|
|
3 |
|
4 |
def generate_menu():
|
5 |
menu_items = [
|
6 |
+
{"name": "Biryani", "image": "https://i.postimg.cc/J0zRtXLZ/Biryani.jpg", "model": "static/3d_models/biryani.glb"},
|
7 |
{"name": "Noodles", "image": "static/images/noodles.png", "model": "static/3d_models/noodles.glb"},
|
8 |
{"name": "Fried Rice", "image": "static/images/fried_rice.png", "model": "static/3d_models/fried_rice.glb"},
|
9 |
{"name": "Chicken Wings", "image": "static/images/chicken_wings.png", "model": "static/3d_models/chicken_wings.glb"},
|