nagasurendra commited on
Commit
426df0f
·
verified ·
1 Parent(s): 24005dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"," 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
 
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