Spaces:
Sleeping
Sleeping
Update components/menu.py
Browse files- components/menu.py +2 -2
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"},
|
@@ -26,4 +26,4 @@ def generate_menu():
|
|
26 |
outputs=gr.HTML() # Popup will render as HTML
|
27 |
)
|
28 |
|
29 |
-
return menu_row
|
|
|
3 |
|
4 |
def generate_menu():
|
5 |
menu_items = [
|
6 |
+
{"name": "Biryani", "image": "static/images/biryani.png", "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"},
|
|
|
26 |
outputs=gr.HTML() # Popup will render as HTML
|
27 |
)
|
28 |
|
29 |
+
return menu_row
|