Niansuh commited on
Commit
1b4ccca
·
verified ·
1 Parent(s): b16e331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if link is not None:
24
  _id=extract.video_id(link)
25
  st.video(link)
26
 
27
- st.button('check_status', on_click=read_file(_id))
28
 
29
 
30
 
 
24
  _id=extract.video_id(link)
25
  st.video(link)
26
 
27
+ st.button('Check Status', on_click=read_file(_id))
28
 
29
 
30