Update HuggingFace Spaces link and add image for dark mode
This commit is contained in:
parent
b11b8a8a81
commit
2456b46eb1
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -15,7 +15,14 @@
|
|||
[](https://github.com/logspace-ai/langflow/fork)
|
||||
[](https://twitter.com/langflow_ai)
|
||||
[](https://discord.com/invite/EqksyE2EX9)
|
||||
[](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>
|
||||
|
||||
[](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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue