This commit is contained in:
Rodrigo Nader 2023-07-30 17:59:12 -03:00
commit 1cba53fcc9
2 changed files with 2 additions and 9 deletions

View file

@ -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.

View file

@ -341,11 +341,4 @@ All done! This is what our script and brand-new custom component look like:
justifyContent: "center",
}}
/>
</div>
<Admonition type="tip" label="Tip">
To reproduce this example using Langflow's native components, you could create a Tool and ask an Agent to use it.
</Admonition>
</div>