Spaces:
Sleeping
Sleeping
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]) | |