Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ Product_Weight = st.number_input("Product Weight", min_value=1.0, max_value=100.
|
|
| 14 |
# Product Sugar Content
|
| 15 |
Product_Sugar_Content = st.selectbox("Product Sugar Content", options=["Low Sugar", "Regular", "No Sugar"])
|
| 16 |
# Product Allocated Area
|
| 17 |
-
Product_Allocated_Area = st.number_input("Product Allocated Area", min_value=0.
|
| 18 |
# Product Type
|
| 19 |
Product_Type = st.selectbox( "Product Type", options=["Frozen Foods", "Dairy", "Canned", "Baking Goods", "Health and Hygiene"])
|
| 20 |
# Product MRP
|
|
|
|
| 14 |
# Product Sugar Content
|
| 15 |
Product_Sugar_Content = st.selectbox("Product Sugar Content", options=["Low Sugar", "Regular", "No Sugar"])
|
| 16 |
# Product Allocated Area
|
| 17 |
+
Product_Allocated_Area = st.number_input("Product Allocated Area", min_value=0.000, max_value=1.00, value=0.05, step=0.001)
|
| 18 |
# Product Type
|
| 19 |
Product_Type = st.selectbox( "Product Type", options=["Frozen Foods", "Dairy", "Canned", "Baking Goods", "Health and Hygiene"])
|
| 20 |
# Product MRP
|