We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162005f commit 5a4923fCopy full SHA for 5a4923f
notebooks/06.Layout/solutions/slider-bqplot-sliders-app.py
@@ -1,6 +1,6 @@
1
container = AppLayout(header=header_button,
2
left_sidebar=left_button,
3
- center=bqapp,
+ center=fig,
4
right_sidebar=None,
5
footer=None)
6
container
0 commit comments