AdarshRL commited on
Commit
a39eb3a
·
verified ·
1 Parent(s): 3b15c51

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ Store_Location_City_Type = st.selectbox("Store_Location_City_Type(Type of city i
39
 
40
  store_type_values = [
41
  'Departmental Store',
42
- 'Supermarket Type 1',
43
- 'Supermarket Type 2',
44
  'Food Mart'
45
  ]
46
  Store_Type = st.selectbox("Store_Type (Type of store depending on the products that are being sold there)", store_type_values)
 
39
 
40
  store_type_values = [
41
  'Departmental Store',
42
+ 'Supermarket Type1',
43
+ 'Supermarket Type2',
44
  'Food Mart'
45
  ]
46
  Store_Type = st.selectbox("Store_Type (Type of store depending on the products that are being sold there)", store_type_values)