diff --git a/docs/docs/examples/flow-runner.mdx b/docs/docs/examples/flow-runner.mdx index daf5ba6db..606e1ad15 100644 --- a/docs/docs/examples/flow-runner.mdx +++ b/docs/docs/examples/flow-runner.mdx @@ -8,11 +8,11 @@ import Admonition from "@theme/Admonition"; # FlowRunner Component -Now let's see how to create a component that runs other flows. +The CustomComponent allows us to create new components that can interact with Langflow itself. -This example will be a bit more complex, but it will show you some of the methods available in the _`CustomComponent`_ class. +In this example, we are going to create a component that allows us to run other flows. -What we will see in this example: +What we will see: - How to list the flows in the collection using the _`list_flows`_ method. - How to load a flow using the _`load_flow`_ method.