pavanipriyanka commited on
Commit
2f51e9c
·
verified ·
1 Parent(s): 1889661

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -27,11 +27,11 @@ Store_Type = st.selectbox("Store_Type", ["Supermarket Type2 ", "Supermarket Type
27
  Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 2", "Tier 1","Tier 3"])
28
  Store_Id = st.selectbox("Store_Id",["OUT004","OUT003","OUT002","OUT001"])
29
  Store_Establishment_Year = st.number_input(
30
- "Store_Establishment_Year",
31
- min_value=1900,
32
- max_value=2025,
33
- step=1,
34
- value=2000,
35
  format='%d'
36
  )
37
 
 
27
  Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 2", "Tier 1","Tier 3"])
28
  Store_Id = st.selectbox("Store_Id",["OUT004","OUT003","OUT002","OUT001"])
29
  Store_Establishment_Year = st.number_input(
30
+ "Store_Establishment_Year",
31
+ min_value=1900,
32
+ max_value=2025,
33
+ step=1,
34
+ value=2000,
35
  format='%d'
36
  )
37