Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name & logo #18

Merged
merged 13 commits into from
Nov 16, 2020
Binary file added app/assets/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

# We start by instantiating the app (NB: did not try to look for other stylesheets yet)
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.UNITED])
app.title = 'Pyronear - Monitoring platform'
app.config.suppress_callback_exceptions = True

server = app.server
Expand Down