RPeltier commited on
Commit
0aa530f
·
verified ·
1 Parent(s): 9d59ba1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict_sales():
28
  'Product_Sugar_Content_Mapping': data['Product_Sugar_Content'],
29
  'Store_Size_Mapping': data['Store_Size'],
30
  'Store_Location_City_Type_Mapping': data['Store_Location_City_Type'],
31
- 'Product_Type_Mapping': data['Product_Type_Category'],
32
  'Store_Id_Mapping': data['Store_Id'],
33
  'Store_Type_Mapping': data['Store_Type'],
34
  }
 
28
  'Product_Sugar_Content_Mapping': data['Product_Sugar_Content'],
29
  'Store_Size_Mapping': data['Store_Size'],
30
  'Store_Location_City_Type_Mapping': data['Store_Location_City_Type'],
31
+ 'Product_Type_Mapping': data['Product_Type'],
32
  'Store_Id_Mapping': data['Store_Id'],
33
  'Store_Type_Mapping': data['Store_Type'],
34
  }