summaryrefslogtreecommitdiffstats
path: root/dash/app.py
blob: 68f8c47c360b2427dbaaa05056aafa5212cfeba1 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env python3

import dash

app = dash.Dash(__name__, suppress_callback_exceptions=True)
server = app.server