mertkarabacak commited on
Commit
c1fc42d
·
verified ·
1 Parent(s): 24fc251

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -63,9 +63,9 @@ y1_explainer = shap.Explainer(y1_model.predict, x1)
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
 
@@ -127,7 +127,7 @@ with gr.Blocks(title = "DMVO-mRS") as demo:
127
  """
128
  <center><h3>Model Performances</h3></center>
129
  <div style="text-align:center;">
130
- <table style="width:20%;">
131
  <tr>
132
  <th>Precision</th>
133
  <td>0.711 (0.634 - 0.765)</td>
 
63
  output_y1 = (
64
  """
65
  <br/>
66
+ <center><h2 style='font-size: 12px;'>The probability of 90-day mRS > 2</center>
67
  <br/>
68
+ <center><h1 style='font-size: 36px;'>{}%</h1></center>
69
  """
70
  )
71
 
 
127
  """
128
  <center><h3>Model Performances</h3></center>
129
  <div style="text-align:center;">
130
+ <table>
131
  <tr>
132
  <th>Precision</th>
133
  <td>0.711 (0.634 - 0.765)</td>