Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -23,16 +23,16 @@ Store_Location_City_Type=st.selectbox('Store_Location_City_Type',['Tier 2', 'Tie
|
|
| 23 |
Store_Type=st.selectbox('Store_Type',['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',
|
| 24 |
'Food Mart'])
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
|
| 37 |
# Logic for prediction of single record.
|
| 38 |
|
|
|
|
| 23 |
Store_Type=st.selectbox('Store_Type',['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',
|
| 24 |
'Food Mart'])
|
| 25 |
|
| 26 |
+
user_input={'Product_Weight':Product_Weight,
|
| 27 |
+
'Product_Sugar_Content':Product_Sugar_Content,
|
| 28 |
+
'Product_Allocated_Area':Product_Allocated_Area,
|
| 29 |
+
'Product_Type':Product_Type,
|
| 30 |
+
'Product_MRP':Product_MRP,
|
| 31 |
+
'Store_Id':Store_Id,
|
| 32 |
+
'Store_Establishment_Year':Store_Establishment_Year,
|
| 33 |
+
'Store_Size':Store_Size,
|
| 34 |
+
'Store_Location_City_Type':Store_Location_City_Type,
|
| 35 |
+
'Store_Type':Store_Type,}
|
| 36 |
|
| 37 |
# Logic for prediction of single record.
|
| 38 |
|