Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -7,8 +7,7 @@ import requests
|
|
| 7 |
|
| 8 |
# Streamlit UI for Product Sales Prediction
|
| 9 |
st.title("Product Sales Prediction")
|
| 10 |
-
st.subheader("
|
| 11 |
-
st.write("Please fill details below for sales prediction")
|
| 12 |
|
| 13 |
# Collect user input
|
| 14 |
ProductWeight = st.number_input("Product Weight (weight of the product)", min_value=4.0, max_value=22.0, value=10.0)
|
|
|
|
| 7 |
|
| 8 |
# Streamlit UI for Product Sales Prediction
|
| 9 |
st.title("Product Sales Prediction")
|
| 10 |
+
st.subheader("Please fill details below for sales prediction")
|
|
|
|
| 11 |
|
| 12 |
# Collect user input
|
| 13 |
ProductWeight = st.number_input("Product Weight (weight of the product)", min_value=4.0, max_value=22.0, value=10.0)
|