Changed Display Name from custom_components

This commit is contained in:
Lucas Oliveira 2023-08-01 16:41:16 -03:00
commit 6450ec0e7b

View file

@ -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",