Merge branch 'python_custom_node_component' of personal:logspace-ai/langflow into python_custom_node_component

This commit is contained in:
anovazzi1 2023-07-05 10:52:19 -03:00
commit ffb8e17eb6

View file

@ -156,6 +156,7 @@ class CustomComponentNode(FrontendNode):
value=DEFAULT_CUSTOM_COMPONENT_CODE,
name="code",
advanced=False,
dynamic=True,
)
],
)