recopytex/recopytex/dashboard/app.py

6 lines
122 B
Python

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