nagasurendra commited on
Commit
737618a
·
verified ·
1 Parent(s): 13321a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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."
 
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."