Feat: import html for 404 layout
This commit is contained in:
parent
ff1ecfef25
commit
83eb9c327b
@ -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")])
|
||||
|
Loading…
Reference in New Issue
Block a user