ctroo commited on
Commit
954cbca
·
verified ·
1 Parent(s): cfd32c2

Upload streamlit_app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. streamlit_app.py +2 -0
streamlit_app.py CHANGED
@@ -35,6 +35,7 @@ with st.form("prediction_form"):
35
  col3, col4 = st.columns(2)
36
 
37
  with col3:
 
38
  store_type = st.selectbox("Store Type", [
39
  "Supermarket Type1", "Supermarket Type2",
40
  "Departmental Store", "Food Mart"
@@ -55,6 +56,7 @@ if submitted:
55
  "Product_Allocated_Area": product_allocated_area,
56
  "Product_Type": product_type,
57
  "Product_MRP": product_mrp,
 
58
  "Store_Size": store_size,
59
  "Store_Location_City_Type": store_location,
60
  "Store_Type": store_type,
 
35
  col3, col4 = st.columns(2)
36
 
37
  with col3:
38
+ store_id = st.selectbox("Store ID", ["OUT001", "OUT002", "OUT003", "OUT004"])
39
  store_type = st.selectbox("Store Type", [
40
  "Supermarket Type1", "Supermarket Type2",
41
  "Departmental Store", "Food Mart"
 
56
  "Product_Allocated_Area": product_allocated_area,
57
  "Product_Type": product_type,
58
  "Product_MRP": product_mrp,
59
+ "Store_Id": store_id,
60
  "Store_Size": store_size,
61
  "Store_Location_City_Type": store_location,
62
  "Store_Type": store_type,