SandeepMM commited on
Commit
0b0f6b0
·
verified ·
1 Parent(s): ed6af1a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def predict_churn():
21
 
22
  # Extract relevant customer features from the input data
23
  sample = {
24
- 'Product_Id': customer_data['Product_Id']
25
  'Product_Weight': customer_data['Product_Weight'],
26
  'Product_Sugar_Content': customer_data['Product_Sugar_Content'],
27
  'Product_Allocated_Area': customer_data['Product_Allocated_Area'],
 
21
 
22
  # Extract relevant customer features from the input data
23
  sample = {
24
+ 'Product_Id': customer_data['Product_Id'],
25
  'Product_Weight': customer_data['Product_Weight'],
26
  'Product_Sugar_Content': customer_data['Product_Sugar_Content'],
27
  'Product_Allocated_Area': customer_data['Product_Allocated_Area'],