Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -35,8 +35,8 @@ input_data = pd.DataFrame([{
|
|
| 35 |
'Store_Id': Store_Id,
|
| 36 |
'Store_Establishment_Year': Store_Establishment_Year,
|
| 37 |
'Store_Size': Store_Size,
|
| 38 |
-
'Store_Type': Store_Type
|
| 39 |
-
'Store_Location_City_Type': Store_Location_City_Type
|
| 40 |
}])
|
| 41 |
|
| 42 |
# Make prediction when the "Predict" button is clicked
|
|
|
|
| 35 |
'Store_Id': Store_Id,
|
| 36 |
'Store_Establishment_Year': Store_Establishment_Year,
|
| 37 |
'Store_Size': Store_Size,
|
| 38 |
+
'Store_Type': Store_Type,
|
| 39 |
+
'Store_Location_City_Type': Store_Location_City_Type
|
| 40 |
}])
|
| 41 |
|
| 42 |
# Make prediction when the "Predict" button is clicked
|