Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -47,7 +47,8 @@ def predict_sales():
|
|
| 47 |
'Store_Size',
|
| 48 |
'Store_Location_City_Type',
|
| 49 |
'Store_Type',
|
| 50 |
-
'Product_Type'
|
|
|
|
| 51 |
]
|
| 52 |
|
| 53 |
# Check for missing fields
|
|
|
|
| 47 |
'Store_Size',
|
| 48 |
'Store_Location_City_Type',
|
| 49 |
'Store_Type',
|
| 50 |
+
'Product_Type',
|
| 51 |
+
'Store_Establishment_Year'
|
| 52 |
]
|
| 53 |
|
| 54 |
# Check for missing fields
|