Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def read_file(_id):
|
|
| 17 |
|
| 18 |
st.title('Easily transcribe YouTube videos')
|
| 19 |
|
| 20 |
-
link = st.text_input('Enter your YouTube video link', 'https://www.youtube.com/watch?v=
|
| 21 |
|
| 22 |
if link is not None:
|
| 23 |
print(link)
|
|
|
|
| 17 |
|
| 18 |
st.title('Easily transcribe YouTube videos')
|
| 19 |
|
| 20 |
+
link = st.text_input('Enter your YouTube video link', 'https://www.youtube.com/watch?v=F6PqxbvOCUI')
|
| 21 |
|
| 22 |
if link is not None:
|
| 23 |
print(link)
|