viveksardey commited on
Commit
74ebd4b
·
verified ·
1 Parent(s): 726d422

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def predict_sales():
31
 
32
  # Extract features for prediction
33
  sample = {
34
- 'Product_Id': data['Product_Id'],
35
  'Product_Weight': data['Product_Weight'],
36
  'Product_Sugar_Content': data['Product_Sugar_Content'],
37
  'Product_Allocated_Area': data['Product_Allocated_Area'],
 
31
 
32
  # Extract features for prediction
33
  sample = {
34
+ #'Product_Id': data['Product_Id'],
35
  'Product_Weight': data['Product_Weight'],
36
  'Product_Sugar_Content': data['Product_Sugar_Content'],
37
  'Product_Allocated_Area': data['Product_Allocated_Area'],