diff --git a/README.md b/README.md index cb7543dd5..f7898fcf9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![Langflow](https://github.com/user-attachments/assets/ba8ab0c6-7fbf-4631-be0e-22b19cfd22f6) +![Langflow](./docs/static/img/hero.png)

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database. @@ -10,13 +10,13 @@ Docs - Free Cloud Service - Self Managed - +

README in English README in Portuguese - README in Spanish + README in Spanish README in Simplified Chinese README in Japanese README in KOREAN @@ -35,7 +35,7 @@ 9. **Customize workflows** or create flows entirely just using Python. 10. **Ecosystem integrations** as reusable components for any model, API or database. -![Integrations](https://github.com/user-attachments/assets/5f63e6d0-dfd5-4c9c-9cfa-a5021619db2d) +![Integrations](./docs/static/img/integrations.png) ## 📦 Quickstart diff --git a/docs/static/img/hero.png b/docs/static/img/hero.png index 5eff7db0d..3118ea3ec 100644 Binary files a/docs/static/img/hero.png and b/docs/static/img/hero.png differ diff --git a/docs/static/img/integrations.png b/docs/static/img/integrations.png new file mode 100644 index 000000000..8ded83077 Binary files /dev/null and b/docs/static/img/integrations.png differ