Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -356,7 +356,7 @@ def CreatePage3():
|
|
356 |
return pn.Column(
|
357 |
pn.pane.Markdown("## Entity/Relation Types "),
|
358 |
entRelsButton,
|
359 |
-
pn.bind(
|
360 |
align="center",
|
361 |
)
|
362 |
|
|
|
356 |
return pn.Column(
|
357 |
pn.pane.Markdown("## Entity/Relation Types "),
|
358 |
entRelsButton,
|
359 |
+
pn.bind(create_type_bar_charts, entRelsButton),
|
360 |
align="center",
|
361 |
)
|
362 |
|