Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ Product_MRP=st.number_input("Product MRP")
|
|
| 21 |
Store_Id=st.selectbox("Store Id",['OUT001', 'OUT002', 'OUT003', 'OUT004'])
|
| 22 |
Store_Size=st.selectbox("Store Size",['Small', 'Medium', 'High'])
|
| 23 |
Store_Location_City_Type=st.selectbox("Store Location City Type",['Tier 1', 'Tier 2', 'Tier 3'])
|
| 24 |
-
Store_Type=st.selectbox("Store Type",['
|
| 25 |
'Food Mart'])
|
| 26 |
Store_Establishment_Year=st.number_input("Store Establishment Year",min_value=1980, max_value=2025, value=1987)
|
| 27 |
|
|
|
|
| 21 |
Store_Id=st.selectbox("Store Id",['OUT001', 'OUT002', 'OUT003', 'OUT004'])
|
| 22 |
Store_Size=st.selectbox("Store Size",['Small', 'Medium', 'High'])
|
| 23 |
Store_Location_City_Type=st.selectbox("Store Location City Type",['Tier 1', 'Tier 2', 'Tier 3'])
|
| 24 |
+
Store_Type=st.selectbox("Store Type",['Departmental Store', 'Supermarket Type1','Supermarket Type2',
|
| 25 |
'Food Mart'])
|
| 26 |
Store_Establishment_Year=st.number_input("Store Establishment Year",min_value=1980, max_value=2025, value=1987)
|
| 27 |
|