diff --git a/docs/docs/examples/flow-runner.mdx b/docs/docs/examples/flow-runner.mdx index 151c7d182..c496cd745 100644 --- a/docs/docs/examples/flow-runner.mdx +++ b/docs/docs/examples/flow-runner.mdx @@ -29,7 +29,7 @@ We will cover how to: - Load a flow using the _`load_flow`_ method. - Configure a dropdown input field using the _`options`_ parameter. -
+
Example Code @@ -38,8 +38,8 @@ from langflow import CustomComponent from langchain.schema import Document class FlowRunner(CustomComponent): -display_name = "Flow Runner" -description = "Run other flows using a document as input." + display_name = "Flow Runner" + description = "Run other flows using a document as input." def build_config(self): flows = self.list_flows() diff --git a/docs/static/img/flow_runner_code.png b/docs/static/img/flow_runner_code.png index c3cc5b7d8..fa7c79c49 100644 Binary files a/docs/static/img/flow_runner_code.png and b/docs/static/img/flow_runner_code.png differ