How to Deploy Your Plotly Dash App to Hugging Face Using Docker, It’s free!
Do you want to deploy your Plotly Dash App? Yeah, then this article is for you.
You probably know the following situation. You create a great app and want to share it with your colleagues or clients. There are two options: You can show it to them locally or you can deploy your app. The second option is much more convenient. You only need to send a link to your colleagues and clients.
You can easily deploy a Dash App using Docker in a few steps. And the best is it’s free. No credit card is required! We show you how you can do it.
What are you waiting for? Let’s get started!
Step-by-Step Tutorial
In this tutorial, we’ll demonstrate the procedure on an example app. We use a chatbot app we developed in our article “LangChain: Chat with Tesla’s Q2 Earnings Call on YouTube”. You can use this procedure for your Dash App too.
Log in to Hugging FaceCreate a new Space
Once you are logged in, go to Spaces and create a new Space.
0 Comments