Spaces:
Sleeping
Sleeping
File size: 315 Bytes
01ebaf4 ac31e9f 01ebaf4 dc90d0d ac31e9f ccc6048 01ebaf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
from dash import Dash, html, dcc, callback, Output, Input
import dash_bootstrap_components as dbc
APP_TITLE = "SentDiário"
app = Dash(__name__,
title=APP_TITLE,
update_title='Loading...',
suppress_callback_exceptions=True,
external_stylesheets=[dbc.themes.FLATLY])
|