Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -40,6 +40,7 @@ def predict_sales():
|
|
| 40 |
'Product_MRP': business_data['Product_MRP'],
|
| 41 |
'Store_Establishment_Year': business_data['Store_Establishment_Year'],
|
| 42 |
'Store_Size': business_data['Store_Size'],
|
|
|
|
| 43 |
'Store_Location_City_Type': business_data['Store_Location_City_Type'],
|
| 44 |
'Store_Type': business_data['Store_Type']
|
| 45 |
}
|
|
|
|
| 40 |
'Product_MRP': business_data['Product_MRP'],
|
| 41 |
'Store_Establishment_Year': business_data['Store_Establishment_Year'],
|
| 42 |
'Store_Size': business_data['Store_Size'],
|
| 43 |
+
'Store_Age': business_data['Store_Age'],
|
| 44 |
'Store_Location_City_Type': business_data['Store_Location_City_Type'],
|
| 45 |
'Store_Type': business_data['Store_Type']
|
| 46 |
}
|