Functions decorated with `@expressify` cannot have docstrings, because the docstring will be rendered in the app. For example: ```py @expressify def f(): """This function does something really special ... """ ui.div("hello") f() ``` There should be an option to ignore the first item.