diff --git a/docs/docs/getting-started/memory-chatbot.mdx b/docs/docs/getting-started/memory-chatbot.mdx index 1d4324283..d7d4786f5 100644 --- a/docs/docs/getting-started/memory-chatbot.mdx +++ b/docs/docs/getting-started/memory-chatbot.mdx @@ -47,7 +47,12 @@ Alternatively, go to [HuggingFace Spaces](https://docs.langflow.org/getting-star light: "img/memory-chatbot.png", dark: "img/memory-chatbot.png", }} - style={{ width: "80%", margin: "20px auto" }} + style={{ + width: "80%", + margin: "20px auto", + display: "flex", + justifyContent: "center", + }} /> This flow creates a basic chatbot with the **Chat Input**, **Prompt**, and **OpenAI** components. diff --git a/docs/static/img/memory-chatbot.png b/docs/static/img/memory-chatbot.png index 8b00686a7..53d19b49c 100644 Binary files a/docs/static/img/memory-chatbot.png and b/docs/static/img/memory-chatbot.png differ