sp1505 commited on
Commit
3d27f5a
·
verified ·
1 Parent(s): d30a597

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ weight = st.number_input("Product Weight", min_value=1, max_value=99999999)
11
  sugarcontent = st.selectbox("Product Sugar Content", ["Low Sugar", "No Sugar", "Regular Sugar", "reg"])
12
  area = st.number_input("Product allocated area", min_value=1, max_value=9999999)
13
  producttype = st.selectbox("Product type", ["Frozen Foods", "Dairy", "Canned", "Baking Goods", "Health and Hygiene", "Snack Foods", "Meat", "Household", "Hard Drinks", "Fruits and Vegetables",
14
- "Breads", "Others", "Starchy Foods", Seafood"])
15
  productmrp = st.number_input("Product MRP", min_val=1, max_value=9999999)
16
  year = st.number_input("Store establishment year", min_value=1985, max_val=2024)
17
  storesize = st.selectbox("store size", ["Small", "Medium", "High"])
 
11
  sugarcontent = st.selectbox("Product Sugar Content", ["Low Sugar", "No Sugar", "Regular Sugar", "reg"])
12
  area = st.number_input("Product allocated area", min_value=1, max_value=9999999)
13
  producttype = st.selectbox("Product type", ["Frozen Foods", "Dairy", "Canned", "Baking Goods", "Health and Hygiene", "Snack Foods", "Meat", "Household", "Hard Drinks", "Fruits and Vegetables",
14
+ "Breads", "Others", "Starchy Foods", "Seafood"])
15
  productmrp = st.number_input("Product MRP", min_val=1, max_value=9999999)
16
  year = st.number_input("Store establishment year", min_value=1985, max_val=2024)
17
  storesize = st.selectbox("store size", ["Small", "Medium", "High"])