KarmaLoop commited on
Commit
0e65c35
·
verified ·
1 Parent(s): 6dc5182

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ def predict_sale():
18
 
19
  # Extract relevant customer features from the input data
20
  sample = {
 
21
  'Product_Weight': store_data['Product_Weight'],
22
  'Product_Sugar_Content': store_data['Product_Sugar_Content'],
23
  'Product_Allocated_Area': store_data['Product_Allocated_Area'],
 
18
 
19
  # Extract relevant customer features from the input data
20
  sample = {
21
+ 'Product_Id': store_data['Product_Id'],
22
  'Product_Weight': store_data['Product_Weight'],
23
  'Product_Sugar_Content': store_data['Product_Sugar_Content'],
24
  'Product_Allocated_Area': store_data['Product_Allocated_Area'],