Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def train_model(X_train, y_train, preprocess, model_name):
|
|
| 74 |
return pipeline
|
| 75 |
|
| 76 |
# Streamlit UI
|
| 77 |
-
st.markdown("<h1 style='text-align: center; color:
|
| 78 |
st.write("An intelligent system for early cancer detection using machine learning.")
|
| 79 |
|
| 80 |
df = load_data()
|
|
|
|
| 74 |
return pipeline
|
| 75 |
|
| 76 |
# Streamlit UI
|
| 77 |
+
st.markdown("<h1 style='text-align: center; color: red;'>🩺 Cancer Prediction 🩺</h1>", unsafe_allow_html=True)
|
| 78 |
st.write("An intelligent system for early cancer detection using machine learning.")
|
| 79 |
|
| 80 |
df = load_data()
|