Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from dash import Dash, html, dcc, callback, Output, Input
|
|
| 2 |
|
| 3 |
import dash_bootstrap_components as dbc
|
| 4 |
|
| 5 |
-
APP_TITLE = "
|
| 6 |
|
| 7 |
app = Dash(__name__,
|
| 8 |
title=APP_TITLE,
|
|
|
|
| 2 |
|
| 3 |
import dash_bootstrap_components as dbc
|
| 4 |
|
| 5 |
+
APP_TITLE = "SentDiário"
|
| 6 |
|
| 7 |
app = Dash(__name__,
|
| 8 |
title=APP_TITLE,
|