From 5c44f6a41885c439e526dc3c022ff7daaa43c2c6 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Wed, 10 Jun 2020 20:44:19 +0200 Subject: Move dashboard to subfolder --- dash/app.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dash/app.py (limited to 'dash/app.py') diff --git a/dash/app.py b/dash/app.py new file mode 100644 index 0000000..68f8c47 --- /dev/null +++ b/dash/app.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +import dash + +app = dash.Dash(__name__, suppress_callback_exceptions=True) +server = app.server -- cgit v1.2.3-55-g7522