diff --git a/python/api-examples-source/status.status.py b/python/api-examples-source/status.status.py index 8126b284b..a83c422a1 100644 --- a/python/api-examples-source/status.status.py +++ b/python/api-examples-source/status.status.py @@ -8,3 +8,5 @@ time.sleep(1) st.write("Downloading data...") time.sleep(1) + +st.button('Rerun') diff --git a/python/api-examples-source/status.status1.py b/python/api-examples-source/status.status1.py index 945ed840a..ff7164089 100644 --- a/python/api-examples-source/status.status1.py +++ b/python/api-examples-source/status.status1.py @@ -9,3 +9,5 @@ st.write("Downloading data...") time.sleep(1) status.update(label="Download complete!", state="complete", expanded=False) + +st.button('Rerun')