Update app.py
Browse files
app.py
CHANGED
|
@@ -44,6 +44,12 @@ st.markdown("## Sample Prediction with Training Dataset Information")
|
|
| 44 |
st.write("To make a sample prediction, you can refer to the training dataset information available in the sidebar.")
|
| 45 |
st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
# About Section with Style
|
| 48 |
st.sidebar.title("ℹ️ About")
|
| 49 |
st.sidebar.info(
|
|
|
|
| 44 |
st.write("To make a sample prediction, you can refer to the training dataset information available in the sidebar.")
|
| 45 |
st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
|
| 46 |
|
| 47 |
+
# Additional Information for Sample Prediction
|
| 48 |
+
st.markdown("## 🔍 Sample Prediction with Training Dataset Information")
|
| 49 |
+
st.write("📊 To make a sample prediction, you can refer to the training dataset information available in the sidebar.")
|
| 50 |
+
st.write("💉 Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis status prediction.")
|
| 51 |
+
|
| 52 |
+
|
| 53 |
# About Section with Style
|
| 54 |
st.sidebar.title("ℹ️ About")
|
| 55 |
st.sidebar.info(
|