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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -27,4 +27,10 @@ st.date_input('Travelling date')
27
  st.time_input('School time')
28
  st.text_area('Description')
29
  st.file_uploader('Upload a photo')
30
- st.color_picker('Choose your favorite color')
 
 
 
 
 
 
 
27
  st.time_input('School time')
28
  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...'):
35
+ time.sleep(10)
36
+