nagasurendra commited on
Commit
f2a0ebd
·
verified ·
1 Parent(s): cf8aec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -106,6 +106,7 @@ def generate_custom_dish():
106
  'Image2__c': item_image_url2,
107
  'Description__c': description,
108
  'Veg_NonVeg__c': category,
 
109
  'Total_Ordered__c': 0
110
  }
111
 
 
106
  'Image2__c': item_image_url2,
107
  'Description__c': description,
108
  'Veg_NonVeg__c': category,
109
+ 'Section': 'Customized dish',
110
  'Total_Ordered__c': 0
111
  }
112