nagasurendra commited on
Commit
22533a5
·
verified ·
1 Parent(s): daf672f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def generate_custom_dish():
169
  'Quantity__c': 1, # Assuming a default quantity of 1 for the custom dish
170
  'Add_Ons__c': '', # Set Add_ons__c to empty
171
  'Add_Ons_Price__c': 0, # Set Add_Ons_Price__c to 0
172
- 'Instructions__c': description, # Use the custom dish description as the instructions
173
  'Customer_Email__c': email # Associate the custom dish with the logged-in user
174
  }
175
 
 
169
  'Quantity__c': 1, # Assuming a default quantity of 1 for the custom dish
170
  'Add_Ons__c': '', # Set Add_ons__c to empty
171
  'Add_Ons_Price__c': 0, # Set Add_Ons_Price__c to 0
172
+ 'Instructions__c': '', # Use the custom dish description as the instructions
173
  'Customer_Email__c': email # Associate the custom dish with the logged-in user
174
  }
175