Feat: import html for 404 layout

This commit is contained in:
Bertrand Benjamin 2021-11-24 06:04:02 +01:00
parent ff1ecfef25
commit 83eb9c327b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ from dash.dependencies import Input, Output
from .app import app
from .pages.home import app as home
from .pages.exams_scores import app as exams_scores
import dash_html_components as html
@app.callback(Output("page-content", "children"), [Input("url", "pathname")])