Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def predict_sales():
|
|
| 39 |
'Store_Establishment_Year': data['Store_Establishment_Year'],
|
| 40 |
'Product_Sugar_Content': data['Product_Sugar_Content'],
|
| 41 |
'Store_Size': data['Store_Size'],
|
| 42 |
-
'Store_Location_City_Type': data['
|
| 43 |
'Store_Type': data['Store_Type'],
|
| 44 |
'Product_Type': data['Product_Type']
|
| 45 |
|
|
|
|
| 39 |
'Store_Establishment_Year': data['Store_Establishment_Year'],
|
| 40 |
'Product_Sugar_Content': data['Product_Sugar_Content'],
|
| 41 |
'Store_Size': data['Store_Size'],
|
| 42 |
+
'Store_Location_City_Type': data['Store_Location_City_Type'],
|
| 43 |
'Store_Type': data['Store_Type'],
|
| 44 |
'Product_Type': data['Product_Type']
|
| 45 |
|