Fix icon glitch on Prompt Component. Using pre-imported icon.
This commit is contained in:
parent
9db5638e8d
commit
b3ad7fa49f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from langflow.interface.custom.custom_component import CustomComponent
|
|||
class PromptComponent(CustomComponent):
|
||||
display_name: str = "Prompt"
|
||||
description: str = "Create a prompt template with dynamic variables."
|
||||
icon = "terminal-square"
|
||||
icon = "prompts"
|
||||
|
||||
def build_config(self):
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue