Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def load_rf_model():
|
|
213 |
|
214 |
# Main Streamlit app
|
215 |
def main():
|
216 |
-
st.title("NBA Player Performance Predictor")
|
217 |
st.write(
|
218 |
"""
|
219 |
Predict how a player's performance metrics (e.g., points, rebounds, assists) might change
|
|
|
213 |
|
214 |
# Main Streamlit app
|
215 |
def main():
|
216 |
+
st.title("NBA Player Performance Predictor 🏀")
|
217 |
st.write(
|
218 |
"""
|
219 |
Predict how a player's performance metrics (e.g., points, rebounds, assists) might change
|