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 7fbc239 commit 2b1238cCopy full SHA for 2b1238c
src/app.py
@@ -1,5 +1,5 @@
1
import sys
2
-sys.path.add("components/")
+sys.path.append("components/")
3
4
import dash
5
from dash import html, dcc, State, Input, Output
0 commit comments