Files

15 lines
356 B
Python

from app import *
layout = html.Div([
dbc.Jumbotron([
html.H1("Welcome to CIEF Dashboard", className="display-4"),
html.P(
"Interactive dashboard with latest information",
className="lead",
),
html.P(
"Warehouse information, exchange information"
)
])
])