Skip to content

Commit e6ea253

Browse files
committed
Update extra packages example app
1 parent 74e5043 commit e6ea253

File tree

1 file changed

+3
-1
lines changed
  • examples/python/extra_packages

1 file changed

+3
-1
lines changed

examples/python/extra_packages/app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import tabulate
44
from shiny.express import ui
55

6-
"""
6+
ui.markdown(
7+
"""
78
This application doesn't actually do anything -- it simply demonstrates how to
89
import extra packages from PyPI, by using a `requirements.txt` file.
910
@@ -20,3 +21,4 @@
2021
await micropip.install("mypackage")
2122
import mypackage
2223
"""
24+
)

0 commit comments

Comments
 (0)