rasmodev commited on
Commit
bab442a
·
1 Parent(s): 3d9e875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -15,8 +15,15 @@ st.markdown(
15
  unsafe_allow_html=True
16
  )
17
 
18
- # Welcome Message with Style
19
- st.write("👋 Welcome to the Sepsis Prediction App!")
 
 
 
 
 
 
 
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(