Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ Product_Sugar_Content_Corr = st.selectbox("Select the Product Sugar Content Leve
|
|
| 13 |
Product_Allocated_Area = st.number_input("Product Allocated Area", min_value=0.004, max_value=0.3)
|
| 14 |
Product_Type = st.selectbox("Select the Product Sugar Content Level", ['Frozen Foods','Dairy','Canned','Baking Goods','Health and Hygiene','Snack Foods','Meat','Household','Hard Drinks','Fruits and Vegetables','Breads','Soft Drinks','Breakfast','Others','Starchy Foods','Seafood'])
|
| 15 |
Product_MRP = st.number_input("Product MRP", min_value=1, max_value=500)
|
| 16 |
-
Store_Id = st.selectbox("Select Store ID", [
|
| 17 |
Store_Establishment_Year = st.selectbox("Store Establishment Year", [1987, 1998, 1999, 2009])
|
| 18 |
Store_Size = st.selectbox("Select the correct store size?", ['High', 'Medium', 'Small'])
|
| 19 |
Store_Location_City_Type = st.selectbox("Select the Store Location City type", ['Tier 1', 'Tier 2', 'Tier 3'])
|
|
|
|
| 13 |
Product_Allocated_Area = st.number_input("Product Allocated Area", min_value=0.004, max_value=0.3)
|
| 14 |
Product_Type = st.selectbox("Select the Product Sugar Content Level", ['Frozen Foods','Dairy','Canned','Baking Goods','Health and Hygiene','Snack Foods','Meat','Household','Hard Drinks','Fruits and Vegetables','Breads','Soft Drinks','Breakfast','Others','Starchy Foods','Seafood'])
|
| 15 |
Product_MRP = st.number_input("Product MRP", min_value=1, max_value=500)
|
| 16 |
+
Store_Id = st.selectbox("Select Store ID", ['OUT001', 'OUT002', 'OUT003', 'OUT004'])
|
| 17 |
Store_Establishment_Year = st.selectbox("Store Establishment Year", [1987, 1998, 1999, 2009])
|
| 18 |
Store_Size = st.selectbox("Select the correct store size?", ['High', 'Medium', 'Small'])
|
| 19 |
Store_Location_City_Type = st.selectbox("Select the Store Location City type", ['Tier 1', 'Tier 2', 'Tier 3'])
|