From 0d88aba4bb702fdba6b349531debfe4a97254e57 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 16:46:32 -0300 Subject: [PATCH] Fix formatting in hugging-face-spaces.mdx --- docs/docs/getting-started/hugging-face-spaces.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/getting-started/hugging-face-spaces.mdx b/docs/docs/getting-started/hugging-face-spaces.mdx index dfb377e7f..ce2a8aa70 100644 --- a/docs/docs/getting-started/hugging-face-spaces.mdx +++ b/docs/docs/getting-started/hugging-face-spaces.mdx @@ -1,6 +1,7 @@ # 🤗 HuggingFace Spaces -TLDR; +## TLDR; + A fully featured version of Langflow can be accessed via [HuggingFace Spaces](https://huggingface.co/spaces/Logspace/Langflow?duplicate=true) with no installation required. All you gotta do is [duplicate the Space](https://huggingface.co/spaces/Logspace/Langflow?duplicate=true) and you'll have your own copy to play around with! --- @@ -26,4 +27,4 @@ From here, you can rename your Space, define the visibility (Public or Private) import ThemedImage from "@theme/ThemedImage"; import useBaseUrl from "@docusaurus/useBaseUrl"; -import ZoomableImage from "/src/theme/ZoomableImage.js"; +import ZoomableImage from "/src/theme/ZoomableImage.js"; \ No newline at end of file