Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -631,7 +631,7 @@ def cart():
|
|
631 |
complementary_sections = {
|
632 |
'Breads': ['Curries', 'Biryanis', 'Starters'],
|
633 |
'Biryanis': ['Curries', 'Starters', 'Desserts'],
|
634 |
-
'Curries': ['
|
635 |
'Starters': ['Biryanis', 'Curries', 'Desserts'],
|
636 |
'Desserts': ['Biryanis', 'Curries', 'Soft Drinks'],
|
637 |
'Soft Drinks': ['Starters', 'Biryanis', 'Curries']
|
|
|
631 |
complementary_sections = {
|
632 |
'Breads': ['Curries', 'Biryanis', 'Starters'],
|
633 |
'Biryanis': ['Curries', 'Starters', 'Desserts'],
|
634 |
+
'Curries': ['Biryanis', 'Breads', 'Starters'],
|
635 |
'Starters': ['Biryanis', 'Curries', 'Desserts'],
|
636 |
'Desserts': ['Biryanis', 'Curries', 'Soft Drinks'],
|
637 |
'Soft Drinks': ['Starters', 'Biryanis', 'Curries']
|