MBG0903 commited on
Commit
9a6bcee
·
verified ·
1 Parent(s): 31aa41c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def predict_sales():
40
  'Product_MRP': business_data['Product_MRP'],
41
  'Store_Establishment_Year': business_data['Store_Establishment_Year'],
42
  'Store_Size': business_data['Store_Size'],
 
43
  'Store_Location_City_Type': business_data['Store_Location_City_Type'],
44
  'Store_Type': business_data['Store_Type']
45
  }
 
40
  'Product_MRP': business_data['Product_MRP'],
41
  'Store_Establishment_Year': business_data['Store_Establishment_Year'],
42
  'Store_Size': business_data['Store_Size'],
43
+ 'Store_Age': business_data['Store_Age'],
44
  'Store_Location_City_Type': business_data['Store_Location_City_Type'],
45
  'Store_Type': business_data['Store_Type']
46
  }