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 4aad6bf commit 0cbac11Copy full SHA for 0cbac11
shiny/examples/render_image/app.py
@@ -12,8 +12,8 @@ def image():
12
13
ex_dir = Path(__file__).resolve().parent.parent
14
img: ImgData = {
15
- "src": str(ex_dir / "output_image" / "rstudio-logo.png"),
16
- "width": "150px",
+ "src": str(ex_dir / "output_image" / "posit-logo.png"),
+ "width": "100px",
17
}
18
return img
19
0 commit comments