Update app.py
Browse files
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(
|
| 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)
|