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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue