Skip to content

Commit

Permalink
fix(test): 🐛 dynamic loading removed
Browse files Browse the repository at this point in the history
Has been removed form Dash plotly/dash#2783
  • Loading branch information
MickaelFontes committed Mar 27, 2024
1 parent cdc63b9 commit 1aa8f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from pages.bottom import bottom

app = Dash(__name__, use_pages=True, external_stylesheets=[dbc.themes.BOOTSTRAP], update_title="", dynamic_loading=False)
app = Dash(__name__, use_pages=True, external_stylesheets=[dbc.themes.BOOTSTRAP], update_title="")
server = app.server
app.title = "NOPLP stats - Statistiques sur N'oubliez pas les paroles"

Expand Down

0 comments on commit 1aa8f1b

Please sign in to comment.