diff --git a/app/app.py b/app/app.py index f82f0f9..a64f404 100644 --- a/app/app.py +++ b/app/app.py @@ -120,7 +120,7 @@ def get_skymap(model): sys.exit(1) # APP SETUP -app = dash.Dash(__name__, external_stylesheets=[dbc.themes.SPACELAB]) +app = dash.Dash(__name__, external_stylesheets=[dbc.themes.SPACELAB], url_base_pathname='/pygedm/') app.title = "PyGEDM" server = app.server