We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea05ff commit ee1f506Copy full SHA for ee1f506
content/library/api/status/toast.md
@@ -24,7 +24,7 @@ if st.button('Three cheers'):
24
25
<Cloud src="https://doc-status-toast1.streamlit.app/?embed=true" height="300" />
26
27
-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
28
and use the `.toast()` method to update it. Note: if a toast has already disappeared
29
or been dismissed, the update will not be seen.
30
0 commit comments