Skip to content

Commit

Permalink
Fix typo in chat API: Remeber -> Remember (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
vHugoObject authored Nov 7, 2023
1 parent 9d06486 commit 9d8446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/library/api/chat/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /library/api-reference/chat

Streamlit provides a few commands to help you build conversational apps. These chat elements are designed to be used in conjunction with each other, but you can also use them separately.

`st.chat_message` lets you insert a chat message container into the app so you can display messages from the user or the app. Chat containers can contain other Streamlit elements, including charts, tables, text, and more. `st.chat_input` lets you display a chat input widget so the user can type in a message. Remeber to check out `st.status` to display output from long-running processes and external API calls.
`st.chat_message` lets you insert a chat message container into the app so you can display messages from the user or the app. Chat containers can contain other Streamlit elements, including charts, tables, text, and more. `st.chat_input` lets you display a chat input widget so the user can type in a message. Remember to check out `st.status` to display output from long-running processes and external API calls.

<TileContainer>
<RefCard href="/library/api-reference/chat/st.chat_message">
Expand Down

0 comments on commit 9d8446f

Please sign in to comment.