Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def predict_sales():
|
|
| 37 |
'Product_Allocated_Area': data['Product_Allocated_Area'],
|
| 38 |
'Product_Type': data['Product_Type'],
|
| 39 |
'Product_MRP': data['Product_MRP'],
|
| 40 |
-
'Store_Id': data['Store_Id'],
|
| 41 |
'Store_Establishment_Year': data['Store_Establishment_Year'],
|
| 42 |
'Store_Size': data['Store_Size'],
|
| 43 |
'Store_Location_City_Type': data['Store_Location_City_Type'],
|
|
|
|
| 37 |
'Product_Allocated_Area': data['Product_Allocated_Area'],
|
| 38 |
'Product_Type': data['Product_Type'],
|
| 39 |
'Product_MRP': data['Product_MRP'],
|
| 40 |
+
#'Store_Id': data['Store_Id'],
|
| 41 |
'Store_Establishment_Year': data['Store_Establishment_Year'],
|
| 42 |
'Store_Size': data['Store_Size'],
|
| 43 |
'Store_Location_City_Type': data['Store_Location_City_Type'],
|