Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ Product_Type = st.selectbox("Product Type", ['Soft Drinks', 'Dairy', 'Snack Food
|
|
| 15 |
'Others', 'Health and Hygiene', 'Meat', 'Fruits and Vegetables',
|
| 16 |
'Breads', 'Frozen Foods', 'Canned', 'Hard Drinks', 'Seafood',
|
| 17 |
'Starchy Foods', 'Breakfast'])
|
| 18 |
-
Product_MRP = st.number_input("Product MRP (e.g., 145.0)", min_value=0.0, value=
|
| 19 |
Store_Establishment_Year = st.number_input("Store Establishment Year", min_value=1980, max_value=2025, value=2009)
|
| 20 |
Store_Size = st.selectbox("Store Size", ["High", "Medium", "Small"])
|
| 21 |
Store_Location_City_Type = st.selectbox("City Type", ["Tier 1", "Tier 2", "Tier 3"])
|
|
|
|
| 15 |
'Others', 'Health and Hygiene', 'Meat', 'Fruits and Vegetables',
|
| 16 |
'Breads', 'Frozen Foods', 'Canned', 'Hard Drinks', 'Seafood',
|
| 17 |
'Starchy Foods', 'Breakfast'])
|
| 18 |
+
Product_MRP = st.number_input("Product MRP (e.g., 145.0)", min_value=0.0, value=145.0)
|
| 19 |
Store_Establishment_Year = st.number_input("Store Establishment Year", min_value=1980, max_value=2025, value=2009)
|
| 20 |
Store_Size = st.selectbox("Store Size", ["High", "Medium", "Small"])
|
| 21 |
Store_Location_City_Type = st.selectbox("City Type", ["Tier 1", "Tier 2", "Tier 3"])
|