Update app.py
Browse files
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", "
|
| 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
|