From 1cba53fcc9ae0802034c8e05f756d020398d0b0e Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Sun, 30 Jul 2023 17:59:12 -0300 Subject: [PATCH] minor --- docs/docs/components/custom.mdx | 2 +- docs/docs/guidelines/custom-component.mdx | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) 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