YenJung commited on
Commit
6e1a342
·
1 Parent(s): 69af471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -29,6 +29,8 @@ st.text_area('Description')
29
  st.file_uploader('Upload a photo')
30
  st.color_picker('Choose your favorite color')
31
 
 
 
32
  st.balloons()
33
  st.progress(10)
34
  with st.spinner('Wait for it...'):
 
29
  st.file_uploader('Upload a photo')
30
  st.color_picker('Choose your favorite color')
31
 
32
+
33
+ import time
34
  st.balloons()
35
  st.progress(10)
36
  with st.spinner('Wait for it...'):