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, ), ]