From 0adf0e7e3a49c1da98e19f09cdf7ba986a7a860a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 16 Nov 2023 10:53:36 -0800 Subject: [PATCH] Fix python docs build (#242) Docusaurus build doesn't like that the `img` tags don't have a closing tag. I think adding the `/>` to the end will fix it. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c674d666..8dfb4bbf 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ These endpoints match the [LangChain Expression Language interface](https://pyth You can find a playground page for your runnable at `/my_runnable/playground`. This exposes a simple UI to [configure](https://python.langchain.com/docs/expression_language/how_to/configure) and invoke your runnable with streaming output and intermediate steps.

- +

### Widgets @@ -252,7 +252,7 @@ In addition, for configurable runnables, the playground will allow you to config ### Sharing

- +

## Legacy Chains @@ -434,5 +434,5 @@ class FileProcessingRequest(CustomUserType): Example widget:

- +