Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ def load_model():
|
|
| 12 |
model = load_model()
|
| 13 |
|
| 14 |
# Streamlit UI for Price Prediction
|
| 15 |
-
st.title("SuperKart Product Store Sales Total Prediction")
|
| 16 |
-
st.write("This tool predict the sales total of SuperKart
|
| 17 |
|
| 18 |
st.subheader("Enter the product details")
|
| 19 |
|
|
|
|
| 12 |
model = load_model()
|
| 13 |
|
| 14 |
# Streamlit UI for Price Prediction
|
| 15 |
+
st.title("SuperKart Product Store Sales Total Prediction App")
|
| 16 |
+
st.write("This tool predict the sales total of a SuperKart store based on product details.")
|
| 17 |
|
| 18 |
st.subheader("Enter the product details")
|
| 19 |
|