ArturG9 commited on
Commit
a23f35f
1 Parent(s): e402793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,5 +145,5 @@ if option == "Model information":
145
  st.image(r'Roc_Curve.png')
146
 
147
 
148
- st.markdown("### Model from 28 stroke cases in a test set, identified bad 1 case**")
149
- st.markdown("### Model is trained for a recall, because it's better to send a person to visit other doctor, that's why model identified from 182 pacients with stroke , 154 bad, they didin't have a stroke**")
 
145
  st.image(r'Roc_Curve.png')
146
 
147
 
148
+ st.markdown("### Model from 28 stroke cases in a test set, identified bad 1 case")
149
+ st.markdown("### Model is trained for a recall, because it's better to send a person to visit other doctor, that's why model identified from 182 pacients with stroke , 154 bad, they didin't have a stroke")