CodingBuddy commited on
Commit
712c255
·
verified ·
1 Parent(s): c3bb165

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,9 +30,9 @@ Product_Type = st.selectbox("Product Type", ['Frozen Foods', 'Dairy', 'Canned',
30
  'Health and Hygiene', 'Snack Foods', 'Meat', 'Household',
31
  'Hard Drinks', 'Fruits and Vegetables', 'Breads', 'Soft Drinks',
32
  'Breakfast', 'Others', 'Starchy Foods', 'Seafood'], index=1)
33
- Product_MRP = st.number_input("Product MRP", value="171.43")
34
  Store_Id = st.selectbox("Select Store", ['OUT004', 'OUT003', 'OUT001', 'OUT002'], index=1)
35
- Store_Establishment_Year = st.number_input("Store Establishment year", value="1999")
36
  Store_Size = st.selectbox("Select Store Size", ['Medium', 'High', 'Small'], index=0)
37
  Store_Location_City_Type = st.selectbox("Select Store Location", ['Tier 2', 'Tier 1', 'Tier 3'], index=1)
38
  Store_Type = st.selectbox("Store Type", ['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',
 
30
  'Health and Hygiene', 'Snack Foods', 'Meat', 'Household',
31
  'Hard Drinks', 'Fruits and Vegetables', 'Breads', 'Soft Drinks',
32
  'Breakfast', 'Others', 'Starchy Foods', 'Seafood'], index=1)
33
+ Product_MRP = st.number_input("Product MRP", value=171.43)
34
  Store_Id = st.selectbox("Select Store", ['OUT004', 'OUT003', 'OUT001', 'OUT002'], index=1)
35
+ Store_Establishment_Year = st.number_input("Store Establishment year", value=1999)
36
  Store_Size = st.selectbox("Select Store Size", ['Medium', 'High', 'Small'], index=0)
37
  Store_Location_City_Type = st.selectbox("Select Store Location", ['Tier 2', 'Tier 1', 'Tier 3'], index=1)
38
  Store_Type = st.selectbox("Store Type", ['Supermarket Type2', 'Departmental Store', 'Supermarket Type1',