shivapriyasom commited on
Commit
d920fdb
·
verified ·
1 Parent(s): c11c1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- gr.Markdown(
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