zavavan commited on
Commit
dfd12fd
·
verified ·
1 Parent(s): d729459

Update dashboard.py

Browse files
Files changed (1) hide show
  1. 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(create_type_pie_charts, entRelsButton),
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