Anusha3 commited on
Commit
f97e0ad
·
verified ·
1 Parent(s): 211e69f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def predict_sales():
39
  'Store_Establishment_Year': data['Store_Establishment_Year'],
40
  'Product_Sugar_Content': data['Product_Sugar_Content'],
41
  'Store_Size': data['Store_Size'],
42
- 'Store_Location_City_Type': data['Store_Location_Type'],
43
  'Store_Type': data['Store_Type'],
44
  'Product_Type': data['Product_Type']
45
 
 
39
  'Store_Establishment_Year': data['Store_Establishment_Year'],
40
  'Product_Sugar_Content': data['Product_Sugar_Content'],
41
  'Store_Size': data['Store_Size'],
42
+ 'Store_Location_City_Type': data['Store_Location_City_Type'],
43
  'Store_Type': data['Store_Type'],
44
  'Product_Type': data['Product_Type']
45