YenJung commited on
Commit
707ea95
·
1 Parent(s): ba0d359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ st.color_picker('Choose your favorite color')
32
 
33
  import time
34
  with st.spinner('Wait for it...'):
35
- for n in range(10):
36
  st.progress(n*10)
37
  st.balloons()
38
  time.sleep(1)
 
32
 
33
  import time
34
  with st.spinner('Wait for it...'):
35
+ for n in range(1, 11):
36
  st.progress(n*10)
37
  st.balloons()
38
  time.sleep(1)