# check out https://dash.plotly.com/ for documentation
# And check out https://py.cafe/maartenbreddels for more examples
from dash import Dash, Input, Output, callback, dcc, html
app = Dash(__name__)
app.layout=html.Div("Hello Dash", className="bg-color")