pavanipriyanka commited on
Commit
44efcd6
·
verified ·
1 Parent(s): 04a6574

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,9 +19,9 @@ st.subheader("Enter the listing details:")
19
 
20
  # Collect user input
21
  Product_Type = st.selectbox("Product_Type", ["Fruits and Vegetables ", "Snack Foods", "Frozen Foods","Dairy","Household","Baking Goods","Canned","Health and Hygiene","Meat","Soft Drinks","Breads","Hard Drinks","Others","Starchy Foods ","Breakfast","Seafood"])
22
- Product_Weight = st.number_input("Product_Weight", min_value=0.0, max_value=1000.0, step=0.1, value=5.0)
23
- Product_MRP = st.number_input("Product_MRP", min_value=0.0, max_value=1000.0, step=0.1, value=5.0)
24
- Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.0, max_value=1000.0, step=0.1, value=5.0)
25
  Product_Sugar_Content = st.selectbox("Product_Sugar_Content", ["Low Sugar", "No Sugar", "Regular", "reg"])
26
  Store_Type = st.selectbox("Store_Type", ["Supermarket Type2 ", "Supermarket Type1","Departmental Store","Food Mart"])
27
  Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 2", "Tier 1","Tier 3"])
 
19
 
20
  # Collect user input
21
  Product_Type = st.selectbox("Product_Type", ["Fruits and Vegetables ", "Snack Foods", "Frozen Foods","Dairy","Household","Baking Goods","Canned","Health and Hygiene","Meat","Soft Drinks","Breads","Hard Drinks","Others","Starchy Foods ","Breakfast","Seafood"])
22
+ Product_Weight = st.number_input("Product_Weight", min_value=0.0, value=12.66)
23
+ Product_MRP = st.number_input("Product_MRP",min_value=0.0, value=100.0)
24
+ Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.0, value=100.0)
25
  Product_Sugar_Content = st.selectbox("Product_Sugar_Content", ["Low Sugar", "No Sugar", "Regular", "reg"])
26
  Store_Type = st.selectbox("Store_Type", ["Supermarket Type2 ", "Supermarket Type1","Departmental Store","Food Mart"])
27
  Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 2", "Tier 1","Tier 3"])