Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ st.subheader("Online Prediction")
|
|
| 11 |
# Collect user input for product features
|
| 12 |
Product_Allocated_Area = st.number_input("Product Allocated Area", min_value=0.0, max_value=0.3)
|
| 13 |
Product_Group = st.selectbox("Product Group", ["Packaged/Processed Foods", "Perishable Foods", "Non-Food/Household"])
|
| 14 |
-
Product_MRP = st.number_input("Product
|
| 15 |
Store_Id = st.selectbox("Store ID", ["OUT004","OUT003","OUT001","OUT002"])
|
| 16 |
Store_Age = st.number_input("Store Age", min_value=1.0, max_value=38.0)
|
| 17 |
Store_Size = st.selectbox("Store Size", ["Medium","High","Small"])
|
|
|
|
| 11 |
# Collect user input for product features
|
| 12 |
Product_Allocated_Area = st.number_input("Product Allocated Area", min_value=0.0, max_value=0.3)
|
| 13 |
Product_Group = st.selectbox("Product Group", ["Packaged/Processed Foods", "Perishable Foods", "Non-Food/Household"])
|
| 14 |
+
Product_MRP = st.number_input("Product MRP", min_value=10.0, max_value=300.0)
|
| 15 |
Store_Id = st.selectbox("Store ID", ["OUT004","OUT003","OUT001","OUT002"])
|
| 16 |
Store_Age = st.number_input("Store Age", min_value=1.0, max_value=38.0)
|
| 17 |
Store_Size = st.selectbox("Store Size", ["Medium","High","Small"])
|