deeploy-adubowski's picture
Add subgroup-harm-assessor
a6b1d00
raw
history blame contribute delete
262 Bytes
from dash import Dash
from .config import APP_NAME
import dash_bootstrap_components as dbc
app = Dash(
__name__,
external_stylesheets=[dbc.themes.BOOTSTRAP],
meta_tags=[{"name": "viewport", "content": "width=device-width"}],
)
app.title = APP_NAME