update-image

This commit is contained in:
Mendon Kissling 2024-04-22 16:19:38 -04:00
commit 4a7c1bdc8d
2 changed files with 6 additions and 1 deletions

View file

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 KiB

After

Width:  |  Height:  |  Size: 271 KiB

Before After
Before After