From ea7b20549d44191ca93b560b9257ee91bf751aee Mon Sep 17 00:00:00 2001 From: Leandro Pessini Date: Mon, 29 Jul 2024 20:47:43 -0300 Subject: [PATCH] fix: link to dashboard --- docs/_docs/MVP/pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/MVP/pipeline.md b/docs/_docs/MVP/pipeline.md index 08a55a6..7e19d46 100644 --- a/docs/_docs/MVP/pipeline.md +++ b/docs/_docs/MVP/pipeline.md @@ -394,6 +394,6 @@ def lambda_handler(event, context): ### Streamlit dashboard -A [Streamlit web app](https://pessini-moby-bikes-dashboardapp-hhvohw.streamlitapp.com/) is deployed to present an analytical dashboard with KPIs and Rentals Demand predictions from Weather Forecast. +A [Streamlit web app](https://mobybikes.streamlit.app/) is deployed to present an analytical dashboard with KPIs and Rentals Demand predictions from Weather Forecast. > See [dashboard mockup]({{ site.baseurl }}/MVP/streamlit/)