Skip to content

Commit 47ccb7c

Browse files
committed
cleanup
1 parent bf58ee2 commit 47ccb7c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

shiny/api-examples/insert_accordion_panel/app-express.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
from shiny import reactive
44
from shiny.express import input, ui
55

6-
7-
def make_panel(letter):
8-
return ui.accordion_panel(
9-
f"Section {letter}", f"Some narrative for section {letter}"
10-
)
11-
12-
136
ui.input_action_button("add_panel", "Add random panel", class_="mt-3 mb-3")
147

158
with ui.accordion(id="acc", multiple=True):

0 commit comments

Comments
 (0)