refactor: Update SplitTextComponent icon to "scissors-line-dashed"
This commit is contained in:
parent
babe7ff1ac
commit
0e3a2f6ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from langflow.utils.util import unescape_string
|
|||
class SplitTextComponent(Component):
|
||||
display_name: str = "Split Text"
|
||||
description: str = "Split text into chunks based on specified criteria."
|
||||
icon = "split"
|
||||
icon = "scissors-line-dashed"
|
||||
|
||||
inputs = [
|
||||
HandleInput(name="data", display_name="Data", info="Data with text to split.", input_types=["Data"]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue