Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ def process_command(command):
|
|
| 235 |
section_preferences = None
|
| 236 |
return f"Your final order is: {order_summary}. Total bill: ${total}. Thank you for ordering! You can start a new order by specifying your preference."
|
| 237 |
|
| 238 |
-
|
| 239 |
|
| 240 |
|
| 241 |
return "Sorry, I couldn't understand that. Please try again."
|
|
|
|
| 235 |
section_preferences = None
|
| 236 |
return f"Your final order is: {order_summary}. Total bill: ${total}. Thank you for ordering! You can start a new order by specifying your preference."
|
| 237 |
|
| 238 |
+
return "Your cart is empty. Please add items to your cart first."
|
| 239 |
|
| 240 |
|
| 241 |
return "Sorry, I couldn't understand that. Please try again."
|