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 ff8581e commit c888903Copy full SHA for c888903
tests/playwright/shiny/bugs/2061-css-js-inclusion/app.py
@@ -1,6 +1,7 @@
1
-from shiny import App, Inputs, Outputs, Session, ui
2
from pathlib import Path
3
+from shiny import App, Inputs, Outputs, Session, ui
4
+
5
js_file = Path(__file__).parent / "js" / "customjs.js"
6
css_file = Path(__file__).parent / "css" / "style.css"
7
0 commit comments