nagasurendra commited on
Commit
4dc7878
·
verified ·
1 Parent(s): 8e5b217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ def menu():
411
  print(f"Best sellers: {[item['Name'] for item in best_sellers]}") # Debugging
412
 
413
  # Define the order of sections, adding "Best Sellers" at the top
414
- section_order = ["Best Sellers", "Breads", "Curries", "Starters", "Biryanis", "Desserts", "Soft Drinks"]
415
  ordered_menu = {section: [] for section in section_order}
416
 
417
  # Add best sellers to ordered_menu if there are any
 
411
  print(f"Best sellers: {[item['Name'] for item in best_sellers]}") # Debugging
412
 
413
  # Define the order of sections, adding "Best Sellers" at the top
414
+ section_order = ["Best Sellers", "Starters","Biryanis","Curries","Breads","Apetizer", "Desserts", "Soft Drinks"]
415
  ordered_menu = {section: [] for section in section_order}
416
 
417
  # Add best sellers to ordered_menu if there are any