From 7bc80936a141aa7a712be5e75207b9a66f64d098 Mon Sep 17 00:00:00 2001 From: jack leene Date: Sun, 31 Dec 2023 07:17:50 +0100 Subject: [PATCH] first commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e82a9af --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Dash App Tutorial + +## Running the app + +Run the following commands and open the local host web address chosen by Dash. + +```shell +python ./main.py +``` + +An example of the expected terminal messages are shown below: + +```shell +Dash is running on http://127.0.0.1:8050/ + + * Serving Flask app 'app' (lazy loading) + * Environment: production + WARNING: This is a development server. Do not use it in a production deployment. + Use a production WSGI server instead. + * Debug mode: on +```