cheeka84 commited on
Commit
9b278a2
·
verified ·
1 Parent(s): 53c52a4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.00, max_value=1.00, value=0.05, step=0.01)
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