rasmodev commited on
Commit
f03cf97
·
1 Parent(s): c4c4eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -18,6 +18,10 @@ youtube = build('youtube', 'v3', developerKey=api_key)
18
 
19
  def main():
20
  st.title("YouTube Playlist Video Organizer")
 
 
 
 
21
 
22
  # Add an image and additional details
23
  st.markdown("""
 
18
 
19
  def main():
20
  st.title("YouTube Playlist Video Organizer")
21
+
22
+ # Add an image to the main content
23
+ st.image("https://github.com/rasmodev/YouTube-Playlist-Organizer/blob/main/images/youtube_playlist_organizer.png", use_column_width=True)
24
+
25
 
26
  # Add an image and additional details
27
  st.markdown("""