abhishek1504 commited on
Commit
49902a4
·
verified ·
1 Parent(s): 851a5d7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ Store_Location_City_Type = st.selectbox("City Type", ["Tier 1", "Tier 2", "Tier
52
 
53
  Store_Type = st.selectbox(
54
  "Store Type",
55
- ["Supermarket Type1", "Supermarket Type2", "Supermarket Type3", "Grocery Store"]
56
  )
57
 
58
  # ==================================
 
52
 
53
  Store_Type = st.selectbox(
54
  "Store Type",
55
+ ["Supermarket Type1", "Supermarket Type2", "Food Mart", "Departmental Store"]
56
  )
57
 
58
  # ==================================