From fcc360620163d005986bb20e6792c7d8f71e7a3a Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Fri, 22 May 2020 18:43:17 +0200 Subject: First version --- app.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app.py (limited to 'app.py') diff --git a/app.py b/app.py new file mode 100644 index 0000000..68f8c47 --- /dev/null +++ b/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