Penny Wang commited on
Commit
469818a
·
unverified ·
1 Parent(s): 2cb2f5a

Refine disclaimer for clarity in roadmap visualization

Browse files

Updated disclaimer in the oncology interaction network visualization.

Files changed (1) hide show
  1. roadmap_visual.py +2 -1
roadmap_visual.py CHANGED
@@ -102,7 +102,8 @@ with gr.Blocks() as roadmap_page:
102
  gr.Markdown("An interactive visualization of the AICR cancer types, their progression stages, and the resulting treatment/cost pathways.")
103
  gr.Markdown("""
104
  > ### ⚠️ Disclaimer: Non-Exhaustive Model
105
- > This visualization is a research-oriented roadmap and is **not inclusive of all cancer types, rare subtypes, or every available treatment protocol.** > Relationships shown are simplified for architectural visualization of clinical-economic trends and should not be used for medical decision-making.
 
106
  """)
107
 
108
  gr.HTML(value=generate_roadmap_graph())
 
102
  gr.Markdown("An interactive visualization of the AICR cancer types, their progression stages, and the resulting treatment/cost pathways.")
103
  gr.Markdown("""
104
  > ### ⚠️ Disclaimer: Non-Exhaustive Model
105
+ > This visualization is a research-oriented roadmap and is **not inclusive of all cancer types, rare subtypes, or every available treatment protocol.**
106
+ > Relationships shown are simplified for architectural visualization of clinical-economic trends and should not be used for medical decision-making.
107
  """)
108
 
109
  gr.HTML(value=generate_roadmap_graph())