Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ with st.sidebar:
|
|
| 61 |
st.write("Enter the required details below to predict retention probability.")
|
| 62 |
|
| 63 |
# Main app title
|
| 64 |
-
st.markdown('<div class="header">Medication Retention
|
| 65 |
#st.markdown('<p class="subheader">Analyze patient retention using advanced ML models.</p>', unsafe_allow_html=True)
|
| 66 |
|
| 67 |
# Input fields for features
|
|
|
|
| 61 |
st.write("Enter the required details below to predict retention probability.")
|
| 62 |
|
| 63 |
# Main app title
|
| 64 |
+
st.markdown('<div class="header">Medication Retention Probability Predictor</div>', unsafe_allow_html=True)
|
| 65 |
#st.markdown('<p class="subheader">Analyze patient retention using advanced ML models.</p>', unsafe_allow_html=True)
|
| 66 |
|
| 67 |
# Input fields for features
|