MLDeveloper commited on
Commit
2f5a227
·
verified ·
1 Parent(s): 37eff06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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