adityasharma0511 commited on
Commit
c8e8e2d
·
verified ·
1 Parent(s): a97d4de

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ Store_Location_City_Type = st.selectbox("Store_Location_City_Type" , ["Tier 1","
18
  Store_Type = st.selectbox("Store_Type" , ["Supermarket Type1","Supermarket Type2","Departmental Store","Food Mart"])
19
  Product_Weight = st.number_input("Product_Weight", min_value=0.00, max_value=100.00, step=0.01, value=0.0)
20
  Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.000, max_value=1.000, step=0.001, value=0.000)
21
- Product_MRP = st.number_input("Product_Weight", min_value=0.0, step=0.01, value=0.0)
22
  Store_Establishment_Year = st.number_input("Store_Establishment_Year", min_value=1800, max_value=3000, step=1, value=1900)
23
 
24
 
 
18
  Store_Type = st.selectbox("Store_Type" , ["Supermarket Type1","Supermarket Type2","Departmental Store","Food Mart"])
19
  Product_Weight = st.number_input("Product_Weight", min_value=0.00, max_value=100.00, step=0.01, value=0.0)
20
  Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.000, max_value=1.000, step=0.001, value=0.000)
21
+ Product_MRP = st.number_input("Product_MRP", min_value=0.0, step=0.01, value=0.0)
22
  Store_Establishment_Year = st.number_input("Store_Establishment_Year", min_value=1800, max_value=3000, step=1, value=1900)
23
 
24