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 3b571b5Copy full SHA for 3b571b5
shiny/api-examples/insert_accordion_panel/app-express.py
@@ -4,12 +4,6 @@
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