otavioLogspace commited on
Commit
f4dd7a2
1 Parent(s): 7a1e965

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -12,4 +12,13 @@ license: mit
12
  <div style="display: flex; margin-top: 0; padding-top: 0;">
13
  <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>
14
  <a href="https://github.com/logspace-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>
15
- </div>
 
 
 
 
 
 
 
 
 
 
12
  <div style="display: flex; margin-top: 0; padding-top: 0;">
13
  <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>
14
  <a href="https://github.com/logspace-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>
15
+ </div>
16
+
17
+ ---
18
+
19
+ ⚠️ **Important Note for Hugging Face Spaces Users:**
20
+
21
+ Hugging Face Spaces will not work directly with LangFlow due to security reasons with API keys. To use LangFlow on Hugging Face Spaces, follow these steps:
22
+
23
+ 1. Fork the LangFlow space repository.
24
+ 2. Set the global variable `LANGFLOW_REMOVE_API_KEYS` to `false` in the space settings or remove it entirely.