Skip to content

Commit 7fbc239

Browse files
Update app.py
1 parent 22c6d4b commit 7fbc239

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
import sys
2+
sys.path.add("components/")
3+
14
import dash
2-
from dash import Dash, html, dcc, State, Input, Output
5+
from dash import html, dcc, State, Input, Output
36
from components.map_plot import create_map_plot
47
from components.scatter_plot import create_scatter_plot
58
from components.dropdown import create_bar_plot
@@ -16,7 +19,6 @@
1619
app=dash.Dash(
1720
__name__, title="🌊 Tsunami Events 🌊", external_stylesheets=[dbc.themes.QUARTZ]
1821
)
19-
2022
server=app.server
2123

2224
SIDEBAR_STYLE={

0 commit comments

Comments
 (0)