Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +3 -3
dashboard.py
CHANGED
@@ -235,9 +235,9 @@ markdown_button_style = """
|
|
235 |
Causal Relation Chord Diagrams
|
236 |
</div>
|
237 |
"""
|
238 |
-
button5 = pn.pane.Markdown(markdown_button_style, width_policy="max")
|
239 |
|
240 |
-
|
241 |
|
242 |
|
243 |
# Define child buttons
|
@@ -300,7 +300,7 @@ The causal relations represented in the KG are defined by the **MIMICause** sche
|
|
300 |
|
301 |
## Top Key Entities
|
302 |
Bar plots representing the occurence counts of the top 30 Drug and Condition entities in the KG, where occurrence means the entity is either the Subject or Object of an extracted triple in the KG.
|
303 |
-
Clicking on the entity name in the right legend redirects to the corresponding entry in the Virtuoso Faceted Browser endpoint of the KG
|
304 |
|
305 |
|
306 |
## Entities/Relation Types
|
|
|
235 |
Causal Relation Chord Diagrams
|
236 |
</div>
|
237 |
"""
|
238 |
+
#button5 = pn.pane.Markdown(markdown_button_style, width_policy="max")
|
239 |
|
240 |
+
button5 = pn.pane.Markdown("<div style='background-color:#f0f0f0; padding:8px 16px; border:1px solid #ccc; " "border-radius:6px; text-align:center; width:100px;'>Causal Relation Chord Diagrams</div>", width=120, height=40, margin=(5, 5))
|
241 |
|
242 |
|
243 |
# Define child buttons
|
|
|
300 |
|
301 |
## Top Key Entities
|
302 |
Bar plots representing the occurence counts of the top 30 Drug and Condition entities in the KG, where occurrence means the entity is either the Subject or Object of an extracted triple in the KG.
|
303 |
+
Clicking on the entity name in the right legend redirects to the corresponding entry in the Virtuoso Faceted Browser endpoint of the KG
|
304 |
|
305 |
|
306 |
## Entities/Relation Types
|