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 bf58ee2 commit 47ccb7cCopy full SHA for 47ccb7c
shiny/api-examples/insert_accordion_panel/app-express.py
@@ -3,13 +3,6 @@
3
from shiny import reactive
4
from shiny.express import input, ui
5
6
-
7
-def make_panel(letter):
8
- return ui.accordion_panel(
9
- f"Section {letter}", f"Some narrative for section {letter}"
10
- )
11
12
13
ui.input_action_button("add_panel", "Add random panel", class_="mt-3 mb-3")
14
15
with ui.accordion(id="acc", multiple=True):
0 commit comments