mertkarabacak
commited on
Upload app.py
Browse files
app.py
CHANGED
@@ -61,12 +61,12 @@ y1_explainer = shap.Explainer(y1_model.predict, x1)
|
|
61 |
|
62 |
|
63 |
output_y1 = (
|
64 |
-
"""
|
65 |
<br/>
|
66 |
-
<center>The probability of 90-day mRS > 2</center>
|
67 |
<br/>
|
68 |
-
<center><h1>{
|
69 |
-
"""
|
70 |
)
|
71 |
|
72 |
|
|
|
61 |
|
62 |
|
63 |
output_y1 = (
|
64 |
+
"""
|
65 |
<br/>
|
66 |
+
<center><h2 style='font-size: 24px;'>The probability of 90-day mRS > 2</center>
|
67 |
<br/>
|
68 |
+
<center><h1 style='font-size: 48px;'>{}%</h1></center>
|
69 |
+
"""
|
70 |
)
|
71 |
|
72 |
|