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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict_sales():
37
  'Product_Allocated_Area': data['Product_Allocated_Area'],
38
  'Product_Type': data['Product_Type'],
39
  'Product_MRP': data['Product_MRP'],
40
- 'Store_Id': data['Store_Id'],
41
  'Store_Establishment_Year': data['Store_Establishment_Year'],
42
  'Store_Size': data['Store_Size'],
43
  'Store_Location_City_Type': data['Store_Location_City_Type'],
 
37
  'Product_Allocated_Area': data['Product_Allocated_Area'],
38
  'Product_Type': data['Product_Type'],
39
  'Product_MRP': data['Product_MRP'],
40
+ #'Store_Id': data['Store_Id'],
41
  'Store_Establishment_Year': data['Store_Establishment_Year'],
42
  'Store_Size': data['Store_Size'],
43
  'Store_Location_City_Type': data['Store_Location_City_Type'],