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 6c71022 commit ae7e371Copy full SHA for ae7e371
shiny/module.py
@@ -37,7 +37,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
37
38
Parameters
39
----------
40
- fn : Callable[..., R]
+ fn
41
A function that returns a Shiny UI element or layout (e.g., a `ui.panel_*` component).
42
This function should **not** accept an `id` parameter itself; the decorator injects it.
43
0 commit comments