rasmodev commited on
Commit
32c6712
·
1 Parent(s): 9c20e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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>### Input Data with Sepsis Prediction</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