Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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", "
|
| 56 |
)
|
| 57 |
|
| 58 |
# ==================================
|
|
|
|
| 52 |
|
| 53 |
Store_Type = st.selectbox(
|
| 54 |
"Store Type",
|
| 55 |
+
["Supermarket Type1", "Supermarket Type2", "Food Mart", "Departmental Store"]
|
| 56 |
)
|
| 57 |
|
| 58 |
# ==================================
|