Skip to content

Commit c888903

Browse files
committed
fixes
1 parent ff8581e commit c888903

File tree

1 file changed

+2
-1
lines changed
  • tests/playwright/shiny/bugs/2061-css-js-inclusion

1 file changed

+2
-1
lines changed

tests/playwright/shiny/bugs/2061-css-js-inclusion/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from shiny import App, Inputs, Outputs, Session, ui
21
from pathlib import Path
32

3+
from shiny import App, Inputs, Outputs, Session, ui
4+
45
js_file = Path(__file__).parent / "js" / "customjs.js"
56
css_file = Path(__file__).parent / "css" / "style.css"
67

0 commit comments

Comments
 (0)