IMHamza101 commited on
Commit
11eadee
·
verified ·
1 Parent(s): 31193db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,9 +1,23 @@
1
  ---
2
- title: Langflow
3
- emoji: "🧩"
4
- colorFrom: blue
5
  colorTo: purple
6
  sdk: docker
7
- app_port: 7860
8
- pinned: false
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: LangFlow
3
+ colorFrom: indigo
 
4
  colorTo: purple
5
  sdk: docker
6
+ pinned: true
7
+ license: mit
8
  ---
9
+
10
+ [LangFlow](https://github.com/langflow-ai/langflow) is an easy way to build from simple to complex AI applications. It is a low-code platform that allows you to integrate AI into everything you do. Head over to our GitHub repo and join the Discord Server to follow what the community is building.
11
+ <div style="display: flex; margin-top: 0; padding-top: 0;">
12
+ <a href="https://discord.gg/FUhJnnJ9"><img alt="LangFlow Repo" src="https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white"/></a>
13
+ <a href="https://github.com/langflow-ai/langflow" style="margin-left: 10px;"><img alt="LangFlow Repo" src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"/></a>
14
+ </div>
15
+
16
+ ---
17
+
18
+ ⚠️ **Important Note for Hugging Face Spaces Users:**
19
+
20
+ Due to security reasons, we remove all API keys on flows saved in this space. To use LangFlow on Hugging Face Spaces, follow these steps:
21
+
22
+ 1. Duplicate the LangFlow Space.
23
+ 2. Set the global variable `LANGFLOW_REMOVE_API_KEYS` to `false` in the space settings or remove it entirely.