Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -411,11 +411,7 @@ with gr.Blocks(title="HCT Outcome Prediction Model", css=custom_css) as demo:
|
|
| 411 |
|
| 412 |
gr.Markdown("---")
|
| 413 |
gr.Markdown("## Outcome Probability — Icon Arrays")
|
| 414 |
-
|
| 415 |
-
"_Each figure represents 1 patient out of 100 with similar characteristics. "
|
| 416 |
-
"Colored figures indicate the predicted probability of each outcome._"
|
| 417 |
-
)
|
| 418 |
-
|
| 419 |
# Single HTML component holds the entire 4×2 grid
|
| 420 |
icon_array_grid = gr.HTML(label="")
|
| 421 |
|
|
|
|
| 411 |
|
| 412 |
gr.Markdown("---")
|
| 413 |
gr.Markdown("## Outcome Probability — Icon Arrays")
|
| 414 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 415 |
# Single HTML component holds the entire 4×2 grid
|
| 416 |
icon_array_grid = gr.HTML(label="")
|
| 417 |
|