Update HuggingFace Spaces link and add image for dark mode

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 13:33:16 -03:00
commit 2456b46eb1

View file

@ -15,7 +15,14 @@
[![GitHub fork](https://img.shields.io/github/forks/logspace-ai/langflow?style=social)](https://github.com/logspace-ai/langflow/fork)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langflow_ai.svg?style=social&label=Follow%20%40langflow_ai)](https://twitter.com/langflow_ai)
[![](https://dcbadge.vercel.app/api/server/EqksyE2EX9?compact=true&style=flat)](https://discord.com/invite/EqksyE2EX9)
[![HuggingFace Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg)](https://huggingface.co/spaces/Logspace/Langflow)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-md-dark.svg">
<a href="https://huggingface.co/spaces/Logspace/Langflow?duplicate=true"><img alt="Duplicate this Space"
src="https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-md.svg"></a>
</picture>
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/logspace-ai/langflow)
The easiest way to create and customize your flow
@ -62,7 +69,7 @@ langflow run # or langflow --help
### HuggingFace Spaces
You can also check it out on [HuggingFace Spaces](https://huggingface.co/spaces/Logspace/Langflow) and run it in your browser! You can even clone it and have your own copy of Langflow to play with.
You can also check it out on HuggingFace Spaces and run it in your browser for free! [Click here to duplicate the Space](https://huggingface.co/spaces/Logspace/Langflow?duplicate=true)
# 🖥️ Command Line Interface (CLI)