From a4cae418beda38db3e3c4a36cc14c411915865fa Mon Sep 17 00:00:00 2001 From: Bryan Ho Date: Tue, 5 Mar 2024 16:25:34 -0800 Subject: [PATCH] fix tabs --- doc/apps/voila.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/apps/voila.md b/doc/apps/voila.md index 327e7455..0ed4e0b2 100644 --- a/doc/apps/voila.md +++ b/doc/apps/voila.md @@ -39,33 +39,33 @@ To deploy a VoilĂ  app from the deployment menu, follow these instructions: To download and deploy an example Voila application start by installing Ploomber Cloud and setting your API key: -```sh +``sh pip install ploomber-cloud ploomber-cloud key YOUR-KEY -``` +`` -```{tip} +``{tip} To get an API key, follow [these instructions.](../quickstart/apikey.md) -``` +`` Now, download an example. It will prompt you for a location to download the app. To download in the current directory, just press enter. -```sh +``sh ploomber-cloud examples voila/chat-with-csv -``` +`` You should see a confirmation with instructions on deploying your app. Now, navigate to your application: -```sh +``sh cd location-you-entered/chat-with-csv -``` +`` ### Deploy from the CLI -```sh +``sh ploomber-cloud init ploomber-cloud deploy --watch -``` +`` ``` ```` \ No newline at end of file