Skip to content

Commit 2b1238c

Browse files
Update app.py
1 parent 7fbc239 commit 2b1238c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
2-
sys.path.add("components/")
2+
sys.path.append("components/")
33

44
import dash
55
from dash import html, dcc, State, Input, Output

0 commit comments

Comments
 (0)