Georgek17 commited on
Commit
f153dc2
·
verified ·
1 Parent(s): c542b09

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_revenue():
21
 
22
  # Extract relevant customer features from the input data
23
  sample = {
24
- 'Product_ID': product_data['Product_ID'],
25
  'Product_Weight': product_data['Product_Weight'],
26
  'Product_Sugar_Content': product_data['Product_Sugar_Content'],
27
  'Product_Allocated_Area': product_data['Product_Allocated_Area'],
 
21
 
22
  # Extract relevant customer features from the input data
23
  sample = {
24
+ 'Product_Id': product_data['Product_Id'],
25
  'Product_Weight': product_data['Product_Weight'],
26
  'Product_Sugar_Content': product_data['Product_Sugar_Content'],
27
  'Product_Allocated_Area': product_data['Product_Allocated_Area'],