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 51dc33b commit 339a9aaCopy full SHA for 339a9aa
examples/brand/app.py
@@ -16,7 +16,7 @@
16
app_ui = ui.page_navbar(
17
ui.nav_panel(
18
"Input Output Demo",
19
- ui.page_sidebar(
+ ui.layout_sidebar(
20
ui.sidebar(
21
ui.input_slider("slider1", "Numeric Slider Input", 0, 11, 11),
22
ui.input_numeric("numeric1", "Numeric Input Widget", 30),
0 commit comments