Oshchepkov commited on
Commit
441212c
1 Parent(s): ddbbd0b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ if __name__ == "__main__":
55
  ('https://www.youtube.com/watch?v=HGSVsK32rKA',
56
  'https://www.youtube.com/watch?v=fSpARfZ3I50',
57
  'https://www.youtube.com/watch?v=3lEMopaRSjw'))
58
- url = st.text_input('Enter your URL of the Youtube video', option)
59
 
60
  video_id = get_video_id(url)
61
 
 
55
  ('https://www.youtube.com/watch?v=HGSVsK32rKA',
56
  'https://www.youtube.com/watch?v=fSpARfZ3I50',
57
  'https://www.youtube.com/watch?v=3lEMopaRSjw'))
58
+ url = st.text_input(':green[Enter your URL of the Youtube video] 👇', option)
59
 
60
  video_id = get_video_id(url)
61