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