Skip to content

Commit 0cbac11

Browse files
committed
Fix image path
1 parent 4aad6bf commit 0cbac11

File tree

1 file changed

+2
-2
lines changed
  • shiny/examples/render_image

1 file changed

+2
-2
lines changed

shiny/examples/render_image/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def image():
1212

1313
ex_dir = Path(__file__).resolve().parent.parent
1414
img: ImgData = {
15-
"src": str(ex_dir / "output_image" / "rstudio-logo.png"),
16-
"width": "150px",
15+
"src": str(ex_dir / "output_image" / "posit-logo.png"),
16+
"width": "100px",
1717
}
1818
return img
1919

0 commit comments

Comments
 (0)