hsaluja431 commited on
Commit
3366e18
·
verified ·
1 Parent(s): a297477

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ Product_Type = st.selectbox("Product Type", ['Soft Drinks', 'Dairy', 'Snack Food
15
  'Others', 'Health and Hygiene', 'Meat', 'Fruits and Vegetables',
16
  'Breads', 'Frozen Foods', 'Canned', 'Hard Drinks', 'Seafood',
17
  'Starchy Foods', 'Breakfast'])
18
- Product_MRP = st.number_input("Product MRP (e.g., 145.0)", min_value=0.0, value=14500.0)
19
  Store_Establishment_Year = st.number_input("Store Establishment Year", min_value=1980, max_value=2025, value=2009)
20
  Store_Size = st.selectbox("Store Size", ["High", "Medium", "Small"])
21
  Store_Location_City_Type = st.selectbox("City Type", ["Tier 1", "Tier 2", "Tier 3"])
 
15
  'Others', 'Health and Hygiene', 'Meat', 'Fruits and Vegetables',
16
  'Breads', 'Frozen Foods', 'Canned', 'Hard Drinks', 'Seafood',
17
  'Starchy Foods', 'Breakfast'])
18
+ Product_MRP = st.number_input("Product MRP (e.g., 145.0)", min_value=0.0, value=145.0)
19
  Store_Establishment_Year = st.number_input("Store Establishment Year", min_value=1980, max_value=2025, value=2009)
20
  Store_Size = st.selectbox("Store Size", ["High", "Medium", "Small"])
21
  Store_Location_City_Type = st.selectbox("City Type", ["Tier 1", "Tier 2", "Tier 3"])