diff --git a/content/library/api/status/toast.md b/content/library/api/status/toast.md index 2e4f700da..7b2b770bb 100644 --- a/content/library/api/status/toast.md +++ b/content/library/api/status/toast.md @@ -24,7 +24,7 @@ if st.button('Three cheers'): -Toasts can also be treated like containers. Assign `st.toast(my_message)` to a variable +Toast messages can also be updated. Assign `st.toast(my_message)` to a variable and use the `.toast()` method to update it. Note: if a toast has already disappeared or been dismissed, the update will not be seen.