Update app.py
Browse files
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
|
|
|
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 |
|