Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +2 -2
dashboard.py
CHANGED
@@ -195,7 +195,7 @@ def CreatePage4():
|
|
195 |
return pn.Column(
|
196 |
pn.pane.Markdown("## Bio Ontology Coverage "),
|
197 |
entTypeButton,
|
198 |
-
pn.bind(
|
199 |
align="center", )
|
200 |
def CreatePage5():
|
201 |
return pn.Column(
|
@@ -213,7 +213,7 @@ mapping = {
|
|
213 |
|
214 |
#################### SIDEBAR LAYOUT ##########################
|
215 |
sidebar = pn.Column(pn.pane.Markdown("## Pages"), button1,button2,button3,
|
216 |
-
button4,
|
217 |
styles={"width": "100%", "padding": "15px"})
|
218 |
|
219 |
#################### MAIN AREA LAYOUT ##########################
|
|
|
195 |
return pn.Column(
|
196 |
pn.pane.Markdown("## Bio Ontology Coverage "),
|
197 |
entTypeButton,
|
198 |
+
pn.bind(create_ontology_bar_charts, entTypeButton),
|
199 |
align="center", )
|
200 |
def CreatePage5():
|
201 |
return pn.Column(
|
|
|
213 |
|
214 |
#################### SIDEBAR LAYOUT ##########################
|
215 |
sidebar = pn.Column(pn.pane.Markdown("## Pages"), button1,button2,button3,
|
216 |
+
button4,button5,
|
217 |
styles={"width": "100%", "padding": "15px"})
|
218 |
|
219 |
#################### MAIN AREA LAYOUT ##########################
|