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