Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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['
|
| 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 |
}
|