From 97c897b7534e71a25a6beded95140f302e63ec1d Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:14:02 -0300 Subject: [PATCH] fix: description of url component (#3105) Fixed description of URL component --- src/backend/base/langflow/components/data/URL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/base/langflow/components/data/URL.py b/src/backend/base/langflow/components/data/URL.py index f4e3c0643..967ab20cf 100644 --- a/src/backend/base/langflow/components/data/URL.py +++ b/src/backend/base/langflow/components/data/URL.py @@ -17,7 +17,7 @@ class URLComponent(Component): MessageTextInput( name="urls", display_name="URLs", - info="Enter one or more URLs, separated by commas.", + info="Enter one or more URLs, by clicking the '+' button.", is_list=True, ), ]