JulianHame commited on
Commit
edf2e81
1 Parent(s): 929ced6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.title('Foreign Whispers - YouTube Video Translation') # Header of applicatio
15
 
16
  # Take YouTube video link as input
17
  video_url = st.text_input('Paste the link of a YouTube video:',
18
- value = "https://www.youtube.com/watch?v=9r_Yn-_D7J4")
19
 
20
  # Dropdown box for selecting target language
21
  language = st.selectbox('Translate video to:',
 
15
 
16
  # Take YouTube video link as input
17
  video_url = st.text_input('Paste the link of a YouTube video:',
18
+ value = "https://www.youtube.com/watch?v=2ylerrtD_4Y")
19
 
20
  # Dropdown box for selecting target language
21
  language = st.selectbox('Translate video to:',