From 80599b2b1debb14076ddaf3a020171013a35db40 Mon Sep 17 00:00:00 2001 From: Camilo Ramirez Gomez Date: Wed, 25 Mar 2020 14:31:42 +0100 Subject: [PATCH] added link to online dashboard to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdcf9d1..a2dc496 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,5 @@ pip install -r requirements.txt After installing all required packages, the dashboard can be run locally by running `dashboard/python app.py` in your bash or anaconda prompt. A local host URL will be displayed as: http://127.0.0.1:8050/ copy it and paste it in your browser. To exit the app, type CTRL + C a couple of times in your bash. + +Moreover, an online version of the dashboard can be found at [https://indonesia-energy-model.herokuapp.com/](https://indonesia-energy-model.herokuapp.com/)