Spaces:
Paused
Paused
Update app.py
Browse files
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('
|
| 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 |
|