Changed Display Name from custom_components
This commit is contained in:
parent
c112a42292
commit
6450ec0e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from langflow.interface.custom.constants import DEFAULT_CUSTOM_COMPONENT_CODE
|
|||
|
||||
class CustomComponentFrontendNode(FrontendNode):
|
||||
name: str = "CustomComponent"
|
||||
display_name: str = "Custom Component"
|
||||
display_name: str = "Your Component"
|
||||
beta: bool = True
|
||||
template: Template = Template(
|
||||
type_name="CustomComponent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue