diff --git a/docs/docs/components/custom.mdx b/docs/docs/components/custom.mdx index e5679ecf2..f7f0617d4 100644 --- a/docs/docs/components/custom.mdx +++ b/docs/docs/components/custom.mdx @@ -1,6 +1,6 @@ import Admonition from "@theme/Admonition"; -# Custom Component +# Custom Components Used to create a custom component, a special type of Langflow component that allows users to extend the functionality of the platform by creating their own reusable and configurable components from a Python script. diff --git a/docs/docs/guidelines/custom-component.mdx b/docs/docs/guidelines/custom-component.mdx index d7bcc12a7..c35674c57 100644 --- a/docs/docs/guidelines/custom-component.mdx +++ b/docs/docs/guidelines/custom-component.mdx @@ -341,11 +341,4 @@ All done! This is what our script and brand-new custom component look like: justifyContent: "center", }} /> - - - - - -To reproduce this example using Langflow's native components, you could create a Tool and ask an Agent to use it. - - \ No newline at end of file + \ No newline at end of file