DasariHarshitha commited on
Commit
df7caa7
·
verified ·
1 Parent(s): e882ed4

Update app.py

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