Spaces:
Sleeping
Sleeping
Penny Wang commited on
Refine disclaimer for clarity in roadmap visualization
Browse filesUpdated disclaimer in the oncology interaction network visualization.
- 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.**
|
|
|
|
| 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())
|