rasmodev commited on
Commit
2052bf2
·
1 Parent(s): d983d99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -39,6 +39,9 @@ st.markdown("---")
39
 
40
  st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", width=700)
41
 
 
 
 
42
  st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
43
 
44
  # About Section with Style
 
39
 
40
  st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", width=700)
41
 
42
+ # Additional Information for Sample Prediction
43
+ 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