rasmodev commited on
Commit
8debddb
·
1 Parent(s): b6e9195

Update app.py

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