From 1fb257922d87fc04323d5760968c89902e0ced10 Mon Sep 17 00:00:00 2001 From: MarcSkovMadsen Date: Fri, 9 Feb 2024 07:51:48 +0000 Subject: [PATCH] fix --- doc/tutorials/basic/deploy.md | 2 +- doc/tutorials/basic/index.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/basic/deploy.md b/doc/tutorials/basic/deploy.md index cca2978c5f..3780e555b1 100644 --- a/doc/tutorials/basic/deploy.md +++ b/doc/tutorials/basic/deploy.md @@ -1,4 +1,4 @@ -# Deploy an App +# Deploy a Dashboard Lets get your dashboard in the hands of your users. Lets deploy it to [Hugging Face Spaces](https://huggingface.co/spaces?sort=trending&search=panel). diff --git a/doc/tutorials/basic/index.md b/doc/tutorials/basic/index.md index 6434b6ec64..f0a65064b9 100644 --- a/doc/tutorials/basic/index.md +++ b/doc/tutorials/basic/index.md @@ -243,6 +243,13 @@ Enable our wind turbine technicians to keep track of their tasks. We will build an image classifier to identify wind turbine images. ::: +:::{grid-item-card} {octicon}`project;2.5em;sd-mr-1` Build a Dashboard +:link: build_dashboard +:link-type: doc + +Lets build that dashboard! +::: + :::{grid-item-card} {octicon}`clock;2.5em;sd-mr-1` Build a Streaming Dashboard :link: build_streaming_dashboard :link-type: doc @@ -333,6 +340,7 @@ build_monitoring_dashboard build_report build_todo build_image_classifier +build_dashboard build_streaming_dashboard ```