Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ Product_Allocated_Area = st.number_input("Product_Allocated_Area", min_value=0.
|
|
| 25 |
Product_Sugar_Content = st.selectbox("Product_Sugar_Content", ["Low Sugar", "No Sugar", "Regular", "reg"])
|
| 26 |
Store_Type = st.selectbox("Store_Type", ["Supermarket Type2 ", "Supermarket Type1","Departmental Store","Food Mart"])
|
| 27 |
Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 2", "Tier 1","Tier 3"])
|
| 28 |
-
Store_Id = st.selectbox("Store_Id",["OUT004","OUT003","OUT002","OUT001"]
|
| 29 |
|
| 30 |
# Convert user input into a DataFrame
|
| 31 |
input_data = pd.DataFrame([{
|
|
|
|
| 25 |
Product_Sugar_Content = st.selectbox("Product_Sugar_Content", ["Low Sugar", "No Sugar", "Regular", "reg"])
|
| 26 |
Store_Type = st.selectbox("Store_Type", ["Supermarket Type2 ", "Supermarket Type1","Departmental Store","Food Mart"])
|
| 27 |
Store_Location_City_Type = st.selectbox("Store_Location_City_Type", ["Tier 2", "Tier 1","Tier 3"])
|
| 28 |
+
Store_Id = st.selectbox("Store_Id",["OUT004","OUT003","OUT002","OUT001"])
|
| 29 |
|
| 30 |
# Convert user input into a DataFrame
|
| 31 |
input_data = pd.DataFrame([{
|