Skip to content

Commit 2f02fdc

Browse files
authored
Merge pull request #48 from UBC-MDS/dev
Update app.py
2 parents 78f4965 + 2b1238c commit 2f02fdc

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)