Skip to content

Commit ee1f506

Browse files
Update toast example description (#771)
Removed reference to toast as a container for correctness.
1 parent fea05ff commit ee1f506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/library/api/status/toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if st.button('Three cheers'):
2424

2525
<Cloud src="https://doc-status-toast1.streamlit.app/?embed=true" height="300" />
2626

27-
Toasts can also be treated like containers. Assign `st.toast(my_message)` to a variable
27+
Toast messages can also be updated. Assign `st.toast(my_message)` to a variable
2828
and use the `.toast()` method to update it. Note: if a toast has already disappeared
2929
or been dismissed, the update will not be seen.
3030

0 commit comments

Comments
 (0)