Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,15 @@ st.markdown(
|
|
15 |
unsafe_allow_html=True
|
16 |
)
|
17 |
|
18 |
-
# Welcome Message with Style
|
19 |
-
st.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
# Sepsis Information
|
22 |
st.markdown(
|
|
|
15 |
unsafe_allow_html=True
|
16 |
)
|
17 |
|
18 |
+
# Welcome Message with Style (Centered)
|
19 |
+
st.markdown(
|
20 |
+
f"""
|
21 |
+
<div style="text-align: center;">
|
22 |
+
<p>👋 Welcome to the Sepsis Prediction App!</p>
|
23 |
+
</div>
|
24 |
+
""",
|
25 |
+
unsafe_allow_html=True
|
26 |
+
)
|
27 |
|
28 |
# Sepsis Information
|
29 |
st.markdown(
|