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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=WzBt4VJzfUI')
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)