Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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,
|
| 23 |
-
Product_MRP = st.number_input("Product_MRP",
|
| 24 |
-
Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.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"])
|