Skip to content

Commit 187817b

Browse files
committed
Fix add_example usage
1 parent 95f271a commit 187817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_markdown_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def ui(
234234
)
235235

236236

237-
@add_example("app-core.py")
237+
@add_example(ex_dir="../api-examples/MarkdownStream")
238238
def output_markdown_stream(
239239
id: str,
240240
*,

0 commit comments

Comments
 (0)