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 82f654a commit aa7d93aCopy full SHA for aa7d93a
examples/global_pyplot/app.py
@@ -9,6 +9,7 @@
9
ui.tags.h5("A plot should appear immediately below this text."),
10
),
11
ui.output_plot("mpl"),
12
+ ui.tags.hr(),
13
ui.panel_conditional(
14
"input.render",
15
ui.tags.h5("An error message should appear immediately below this text."),
0 commit comments