Upload folder using huggingface_hub
Browse files
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['
|
| 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']
|