akskhare commited on
Commit
f109f9e
·
verified ·
1 Parent(s): 1b95995

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ Product_Sugar_Content = st.selectbox("Product_Sugar_Content", ['Low Sugar','No S
14
  Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.0, step=0.001, value=1.0)
15
  Product_MRP = st.number_input("Product_MRP", min_value=1, step=1, value=1000)
16
  Product_Type = st.selectbox("Product_Type", ["Fruits & Vegetables", "Meat", "Snack Foods",'Hard Drinks','Dairy','Canned','Soft Drinks','Health & Hygiene','Baking Goods','Bread','Breakfast','Frozen Foods','Household','Seafood','Starchy Foods','Others'])
17
- Store_Establishment_Year = st.number_input("Store_Establishment_Year", min_value=1985, step=1, value=2025)
18
  Store_Size = st.selectbox("Store Size", ["High", "Medium",'Low'])
19
  Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 1", "Tier 2",'Tier 3'])
20
  Store_Type = st.selectbox("Store_Type", ["Departmental Store", "Supermarket Type 1",'Supermarket Type 2','Food Mart'])
 
14
  Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.0, step=0.001, value=1.0)
15
  Product_MRP = st.number_input("Product_MRP", min_value=1, step=1, value=1000)
16
  Product_Type = st.selectbox("Product_Type", ["Fruits & Vegetables", "Meat", "Snack Foods",'Hard Drinks','Dairy','Canned','Soft Drinks','Health & Hygiene','Baking Goods','Bread','Breakfast','Frozen Foods','Household','Seafood','Starchy Foods','Others'])
17
+ Store_Establishment_Year = st.number_input("Store_Establishment_Year", min_value=1985, step=1, value=2009)
18
  Store_Size = st.selectbox("Store Size", ["High", "Medium",'Low'])
19
  Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 1", "Tier 2",'Tier 3'])
20
  Store_Type = st.selectbox("Store_Type", ["Departmental Store", "Supermarket Type 1",'Supermarket Type 2','Food Mart'])