TroglodyteDerivations commited on
Commit
504324c
·
verified ·
1 Parent(s): 9662268

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
Files changed (1) hide show
  1. app.py +5 -0
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)