Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -5,10 +5,11 @@ import joblib
|
|
| 5 |
import requests
|
| 6 |
|
| 7 |
|
| 8 |
-
# Streamlit UI for
|
| 9 |
-
st.title("Product Sales Prediction
|
| 10 |
-
st.
|
| 11 |
-
st.
|
|
|
|
| 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=12.6)
|
|
|
|
| 5 |
import requests
|
| 6 |
|
| 7 |
|
| 8 |
+
# Streamlit UI for Product Sales Prediction
|
| 9 |
+
st.title("Product Sales Prediction")
|
| 10 |
+
st.subtitle("")
|
| 11 |
+
st.subheader("Product Sales Prediction App is used to forecast sales for selected combination of product and store information")
|
| 12 |
+
st.write("Please fill details below for sales prediction")
|
| 13 |
|
| 14 |
# Collect user input
|
| 15 |
ProductWeight = st.number_input("Product Weight (weight of the product)", min_value=4.0, max_value=22.0, value=12.6)
|