rasmodev commited on
Commit
9d7b044
Β·
1 Parent(s): ab0a89f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -40,12 +40,6 @@ st.markdown("---")
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
- # 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
 
 
40
  st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", width=700)
41
 
42
  # Additional Information for Sample Prediction
 
 
 
 
 
 
43
  st.write("πŸ“Š To make a sample prediction, you can refer to the training dataset information available in the sidebar.")
44
  st.write("πŸ’‰ Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis status prediction.")
45