sp1505 commited on
Commit
8d079e5
·
verified ·
1 Parent(s): bfba04d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,7 @@ producttype = st.selectbox("Product_Type", ["Frozen Foods", "Dairy", "Canned", "
14
  "Breads", "Others", "Starchy Foods", "Seafood"])
15
  productmrp = st.number_input("Product_MRP", value=100)
16
  year = st.number_input("Store_Establishment_Year", value=2007)
 
17
  storesize = st.selectbox("Store_Size", ["Small", "Medium", "High"])
18
  citytype = st.selectbox("Store_Location_City_Type", ["Tier1", "Tier2", "Tier3"])
19
  storetype = st.selectbox("Store_Type", ["Supermarket Type1", "Supermarket Type2", "Food Mart", "Departmental Store"])
@@ -26,6 +27,7 @@ customer_data = {
26
  'Product_Type': producttype,
27
  'Product_MRP': productmrp,
28
  'Store_Establishment_Year': year,
 
29
  'Store_Size': storesize,
30
  'Store_Location_City_Type': citytype,
31
  'Store_Type': storetype,
 
14
  "Breads", "Others", "Starchy Foods", "Seafood"])
15
  productmrp = st.number_input("Product_MRP", value=100)
16
  year = st.number_input("Store_Establishment_Year", value=2007)
17
+ storeid = st.selectbox("Store_Id", ["OUT001", "OUT002", "OUT003", "OUT004"])
18
  storesize = st.selectbox("Store_Size", ["Small", "Medium", "High"])
19
  citytype = st.selectbox("Store_Location_City_Type", ["Tier1", "Tier2", "Tier3"])
20
  storetype = st.selectbox("Store_Type", ["Supermarket Type1", "Supermarket Type2", "Food Mart", "Departmental Store"])
 
27
  'Product_Type': producttype,
28
  'Product_MRP': productmrp,
29
  'Store_Establishment_Year': year,
30
+ 'Store_Id': storeid,
31
  'Store_Size': storesize,
32
  'Store_Location_City_Type': citytype,
33
  'Store_Type': storetype,