Parthi07 commited on
Commit
579b952
·
verified ·
1 Parent(s): 4653b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',
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