karora1804 commited on
Commit
47b70d1
·
verified ·
1 Parent(s): 83ea2f0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict_store_total_sales():
38
  'Product_Type': store_data['product_type'],
39
  'Product_MRP': store_data['product_mrp'],
40
  'Store_Id': store_data['store_id'],
41
- 'Store_Establishment_Year': store_data['store_establishment_area'],
42
  'Store_Size': store_data['store_size'],
43
  'Store_Location_City_Type': store_data['store_location_city_type'],
44
  'Store_Type': store_data['store_type']
 
38
  'Product_Type': store_data['product_type'],
39
  'Product_MRP': store_data['product_mrp'],
40
  'Store_Id': store_data['store_id'],
41
+ 'Store_Establishment_Year': store_data['store_establishment_year'],
42
  'Store_Size': store_data['store_size'],
43
  'Store_Location_City_Type': store_data['store_location_city_type'],
44
  'Store_Type': store_data['store_type']