rasmodev commited on
Commit
9a9385e
·
1 Parent(s): fc6261d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ st.write("Enter the medical data in the input fields below, then click 'Predict
46
  # About Section with Style
47
  st.sidebar.title("ℹ️ About")
48
  st.sidebar.info(
49
- "This app predicts sepsis based on medical input data. "
 
50
  "It uses a machine learning model trained on a dataset of sepsis cases."
51
  )
52
 
 
46
  # About Section with Style
47
  st.sidebar.title("ℹ️ About")
48
  st.sidebar.info(
49
+ "This app harnesses the power of machine learning to predict the onset of sepsis based on medical input data. "
50
+ "The app is meant to assist healthcare professionals to intervene promptly and save lives. "
51
  "It uses a machine learning model trained on a dataset of sepsis cases."
52
  )
53