Updated lines 39-41 with: # Add the YouTube video st.subheader("Myke Towers & De La Rose - MÓNTATE BABY") youtube_url = "https://www.youtube.com/watch?v=PayqOgF3Gso" st.video(youtube_url)
Browse files
app.py
CHANGED
@@ -33,4 +33,9 @@ st.video(youtube_url)
|
|
33 |
# Add the YouTube video
|
34 |
st.subheader("Montate Baby - Techengue (Blackriver Remix) Ft. Zito Dj, Nico Manriquez")
|
35 |
youtube_url = "https://www.youtube.com/watch?v=E9mJreoIsRI"
|
|
|
|
|
|
|
|
|
|
|
36 |
st.video(youtube_url)
|
|
|
33 |
# Add the YouTube video
|
34 |
st.subheader("Montate Baby - Techengue (Blackriver Remix) Ft. Zito Dj, Nico Manriquez")
|
35 |
youtube_url = "https://www.youtube.com/watch?v=E9mJreoIsRI"
|
36 |
+
st.video(youtube_url)
|
37 |
+
|
38 |
+
# Add the YouTube video
|
39 |
+
st.subheader("Myke Towers & De La Rose - MÓNTATE BABY")
|
40 |
+
youtube_url = "https://www.youtube.com/watch?v=PayqOgF3Gso"
|
41 |
st.video(youtube_url)
|