Skip to content

Commit

Permalink
turn pathname back on
Browse files Browse the repository at this point in the history
  • Loading branch information
siegerts committed Jul 21, 2020
1 parent 04d3728 commit 542ae32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
MAX_DATE = pd.Timestamp(2018, 11, 7, 0).date()

app = dash.Dash(
__name__,
# url_base_pathname="/dash/",
external_stylesheets=[dbc.themes.BOOTSTRAP],
__name__, url_base_pathname="/dash/", external_stylesheets=[dbc.themes.BOOTSTRAP],
)

app.css.config.serve_locally = True
Expand Down

0 comments on commit 542ae32

Please sign in to comment.