Abdel commited on
Commit
df660f1
1 Parent(s): b0bfd3b

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -2
app2.py CHANGED
@@ -114,8 +114,8 @@ def predict_survival(densites, diametres):
114
  html=0
115
  if (pred[0]<pred[1]):
116
  html = (
117
- "<div style='max-width:100%; max-height:360px; overflow:auto color: green'>"
118
- + "mon message"
119
  + "</div>"
120
  )
121
  else:
 
114
  html=0
115
  if (pred[0]<pred[1]):
116
  html = (
117
+ "<div style='max-width:100%; color:green; max-height:360px; overflow:auto'>"
118
+ + "Vous pouvez poser votre implant (précison :"+str(pred[1])+")"
119
  + "</div>"
120
  )
121
  else: