Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from sklearn.preprocessing import LabelEncoder
|
|
| 7 |
|
| 8 |
# Streamlit UI
|
| 9 |
st.set_page_config(page_title="BigMart Sales Predictor", page_icon="🛒", layout="centered")
|
| 10 |
-
st.title("🛒 BigMart Sales Prediction using Real Dataset")
|
| 11 |
st.markdown("Fill in the product details to get a sales prediction.")
|
| 12 |
|
| 13 |
# Load and preprocess dataset
|
|
|
|
| 7 |
|
| 8 |
# Streamlit UI
|
| 9 |
st.set_page_config(page_title="BigMart Sales Predictor", page_icon="🛒", layout="centered")
|
| 10 |
+
st.title("🛒 BigMart Sales Prediction using Real World Dataset")
|
| 11 |
st.markdown("Fill in the product details to get a sales prediction.")
|
| 12 |
|
| 13 |
# Load and preprocess dataset
|