minor
This commit is contained in:
parent
5a12848e49
commit
1cba53fcc9
2 changed files with 2 additions and 9 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue