Update app.py
Browse files
app.py
CHANGED
|
@@ -139,8 +139,8 @@ if st.button("🔮 Predict Sepsis"):
|
|
| 139 |
# Display the input DataFrame
|
| 140 |
st.markdown(
|
| 141 |
f"""
|
| 142 |
-
<div style="text-align: center;">
|
| 143 |
-
<p
|
| 144 |
</div>
|
| 145 |
""",
|
| 146 |
unsafe_allow_html=True
|
|
|
|
| 139 |
# Display the input DataFrame
|
| 140 |
st.markdown(
|
| 141 |
f"""
|
| 142 |
+
<div style="text-align: center; font-size: larger; font-weight: bold;">
|
| 143 |
+
<p>Input Data with Sepsis Prediction</p>
|
| 144 |
</div>
|
| 145 |
""",
|
| 146 |
unsafe_allow_html=True
|