Skip to content

Commit aa7d93a

Browse files
committed
Add a spacer in the app to help distinguish the different output
1 parent 82f654a commit aa7d93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/global_pyplot/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
ui.tags.h5("A plot should appear immediately below this text."),
1010
),
1111
ui.output_plot("mpl"),
12+
ui.tags.hr(),
1213
ui.panel_conditional(
1314
"input.render",
1415
ui.tags.h5("An error message should appear immediately below this text."),

0 commit comments

Comments
 (0)