awacke1 commited on
Commit
cf771a4
1 Parent(s): a893d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ class YouTubeDownloader:
8
 
9
  option = st.selectbox('How would you like to be contacted for the download list?',('Email', 'Mobile phone'))
10
  st.write('You selected:', option)
11
- option2 = st.selectbox('Would you try one of these one minute AI generated science fiction short videos?',('https://www.youtube.com/watch?v=e4X1WueksH0&list=UUdKiy5xeO2JuWuIlE5nUaNw&index=14', 'https://www.youtube.com/watch?v=e4X1WueksH0&list=UUdKiy5xeO2JuWuIlE5nUaNw&index=13'))
12
 
13
  url = st.text_input("YouTube Video URL:")
14
  if option2:
 
8
 
9
  option = st.selectbox('How would you like to be contacted for the download list?',('Email', 'Mobile phone'))
10
  st.write('You selected:', option)
11
+ option2 = st.selectbox('Would you try one of these one minute AI generated science fiction short videos?',('https://youtu.be/v-qlGRxdm6c', 'https://youtu.be/5yToL7ymfNo'))
12
 
13
  url = st.text_input("YouTube Video URL:")
14
  if option2: