Skip to content

Commit

Permalink
fix: description of url component (langflow-ai#3105)
Browse files Browse the repository at this point in the history
Fixed description of URL component
  • Loading branch information
lucaseduoli authored Jul 31, 2024
1 parent aa46f32 commit 97c897b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/components/data/URL.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
]
Expand Down

0 comments on commit 97c897b

Please sign in to comment.