update-image
This commit is contained in:
parent
1a9bc87cff
commit
4a7c1bdc8d
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
BIN
docs/static/img/memory-chatbot.png
vendored
BIN
docs/static/img/memory-chatbot.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 271 KiB |
Loading…
Add table
Add a link
Reference in a new issue