From 3bd67bf3f60e34388bcc7c9fbdf5f006c5a2fa0d Mon Sep 17 00:00:00 2001 From: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:36:33 +0100 Subject: [PATCH] Update vizro-core/docs/pages/user-guides/deploy.md Co-authored-by: Jo Stichbury --- vizro-core/docs/pages/user-guides/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/docs/pages/user-guides/deploy.md b/vizro-core/docs/pages/user-guides/deploy.md index 9032b004b..a7a07a459 100644 --- a/vizro-core/docs/pages/user-guides/deploy.md +++ b/vizro-core/docs/pages/user-guides/deploy.md @@ -43,7 +43,7 @@ That's it! Your app is now suitable for deployment to production. Now that your `app.py` file is ready, you need to choose a _hosting provider_. There are many services out there with different offerings, but for most users we recommend two in particular: [Hugging Face](https://huggingface.co/) and [Ploomber Cloud](https://docs.cloud.ploomber.io/). These both have a free tier with the possibility of paying more for extras, and they are both quick and easy to get started with. We give step-by-step instructions on how to use each: -- [Instructions for Hugging Face](#hugging-face) +- [Deploy a Vizro dashboard to Hugging Face](#hugging-face) - [Instructions for Ploomber Cloud](#ploomber-cloud) Enterprise users should look at our [guidance on Dash Enterprise](#dash-enterprise). We also discuss the [general principles](#general-principles) for deploying a Vizro app that apply to all hosting providers.