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 607cfb2 commit 6c71022Copy full SHA for 6c71022
shiny/module.py
@@ -26,7 +26,8 @@
26
27
@add_example(ex_dir="api-examples/Module")
28
def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
29
- """Decorator for defining a Shiny module UI function.
+ """
30
+ Decorator for defining a Shiny module UI function.
31
32
This decorator allows you to write the UI portion of a Shiny module.
33
When your decorated `ui` function is called with an `id`,
0 commit comments