rasmodev commited on
Commit
fe6b71b
·
1 Parent(s): 6267516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.markdown("---")
9
 
10
  # Welcome Message with Style
11
  st.write(
12
- "👋 Welcome to the Sepsis Prediction App! Enter the medical data in the sidebar, "
13
  "click 'Predict Sepsis', and get the prediction result."
14
  )
15
 
 
9
 
10
  # Welcome Message with Style
11
  st.write(
12
+ "👋 Welcome to the Sepsis Prediction App! Enter the medical data in the input fields below,"
13
  "click 'Predict Sepsis', and get the prediction result."
14
  )
15