rasmodev commited on
Commit
a91f564
·
1 Parent(s): 56d1f54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -19,10 +19,8 @@ st.markdown("---")
19
  st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", use_container_width=True)
20
 
21
  # Welcome Message with Style
22
- st.write(
23
- "👋 Welcome to the Sepsis Prediction App! Enter the medical data in the input fields below, "
24
- "click 'Predict Sepsis', and get the prediction result."
25
- )
26
 
27
  # About Section with Style
28
  st.sidebar.title("ℹ️ About")
 
19
  st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", use_container_width=True)
20
 
21
  # Welcome Message with Style
22
+ st.write("👋 Welcome to the Sepsis Prediction App!)
23
+ st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
 
 
24
 
25
  # About Section with Style
26
  st.sidebar.title("ℹ️ About")