Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,6 +41,8 @@ def suggest_pairings(selected_breads, selected_curries, selected_biryani):
|
|
| 41 |
# Show Summary on Next Page
|
| 42 |
def show_summary(selected_breads, selected_curries, selected_biryani, custom_ingredients, custom_text):
|
| 43 |
result = "### Your Selected Items:\n\n"
|
|
|
|
|
|
|
| 44 |
if selected_breads:
|
| 45 |
result += f"**Breads:** {', '.join(selected_breads)}\n"
|
| 46 |
if selected_curries:
|
|
|
|
| 41 |
# Show Summary on Next Page
|
| 42 |
def show_summary(selected_breads, selected_curries, selected_biryani, custom_ingredients, custom_text):
|
| 43 |
result = "### Your Selected Items:\n\n"
|
| 44 |
+
if "Butter Naan" in selected_breads:
|
| 45 |
+
suggestions.append("Most People Selected: Paneer Butter Masala")
|
| 46 |
if selected_breads:
|
| 47 |
result += f"**Breads:** {', '.join(selected_breads)}\n"
|
| 48 |
if selected_curries:
|