Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -403,7 +403,7 @@ def menu():
|
|
403 |
food_items = result['records'] if 'records' in result else []
|
404 |
|
405 |
# Define the order of sections
|
406 |
-
section_order = ["Starters","Biryanis","Curries","Breads","
|
407 |
ordered_menu = {section: [] for section in section_order}
|
408 |
|
409 |
# Filter and organize menu items based on category and section
|
|
|
403 |
food_items = result['records'] if 'records' in result else []
|
404 |
|
405 |
# Define the order of sections
|
406 |
+
section_order = ["Starters","Biryanis","Curries","Breads","Apetizer", "Desserts", "Soft Drinks"]
|
407 |
ordered_menu = {section: [] for section in section_order}
|
408 |
|
409 |
# Filter and organize menu items based on category and section
|