Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ input_data = pd.DataFrame([{
|
|
| 32 |
'Store_Establishment_Year': Store_Establishment_Year,
|
| 33 |
'Product_Sugar_Content': Product_Sugar_Content,
|
| 34 |
'Product_Type': Product_Type,
|
| 35 |
-
'Store_Size':
|
| 36 |
'Store_Location_City_Type': Store_Location_City_Type,
|
| 37 |
'Store_Type': Store_Type
|
| 38 |
}])
|
|
|
|
| 32 |
'Store_Establishment_Year': Store_Establishment_Year,
|
| 33 |
'Product_Sugar_Content': Product_Sugar_Content,
|
| 34 |
'Product_Type': Product_Type,
|
| 35 |
+
'Store_Size': Store_Size,
|
| 36 |
'Store_Location_City_Type': Store_Location_City_Type,
|
| 37 |
'Store_Type': Store_Type
|
| 38 |
}])
|