From 5e69628e359f7c2f29d92de1a3c2de629a344fe3 Mon Sep 17 00:00:00 2001 From: Irshad Ahamed M B Date: Thu, 14 Nov 2024 15:21:00 +0530 Subject: [PATCH] Fix: New Logo is not updated in README.md (#4589) New Logo is not updated in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6175a87b38..468957b478bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# [![Langflow](./docs/static/img/hero.png)](https://www.langflow.org) +# [![Langflow](./docs/static/img/logo.svg)](https://www.langflow.org)

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.