Skip to content

Commit d775ce7

Browse files
Update st.status embedded apps (#788)
1 parent b2877f0 commit d775ce7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/api-examples-source/status.status.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
time.sleep(1)
99
st.write("Downloading data...")
1010
time.sleep(1)
11+
12+
st.button('Rerun')

python/api-examples-source/status.status1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
st.write("Downloading data...")
1010
time.sleep(1)
1111
status.update(label="Download complete!", state="complete", expanded=False)
12+
13+
st.button('Rerun')

0 commit comments

Comments
 (0)