Skip to content

Commit 1aa8f1b

Browse files
committed
fix(test): 🐛 dynamic loading removed
Has been removed form Dash plotly/dash#2783
1 parent cdc63b9 commit 1aa8f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from pages.bottom import bottom
77

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

0 commit comments

Comments
 (0)