Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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://
|
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:
|