Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -238,7 +238,7 @@ Causal Relation Chord Diagrams
|
|
238 |
"""
|
239 |
#button5 = pn.pane.Markdown(markdown_button_style, width_policy="max")
|
240 |
|
241 |
-
button5 = pn.pane.Markdown("<div style='background-color:#
|
242 |
|
243 |
|
244 |
# Define child buttons
|
|
|
238 |
"""
|
239 |
#button5 = pn.pane.Markdown(markdown_button_style, width_policy="max")
|
240 |
|
241 |
+
button5 = pn.pane.Markdown("<div style='background-color:#f7c045; color: black; padding:8px 12px; font-weight: bold; border:1px solid #ccc; " "border-radius:8px; text-align:center; width:100%; white-space: nowrap;'>Causal Relation Chord Diagrams</div>", width=225, height=30, margin=(9, 9))
|
242 |
|
243 |
|
244 |
# Define child buttons
|