Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,9 @@ youtube = build('youtube', 'v3', developerKey=api_key)
|
|
19 |
def main():
|
20 |
# Page title and banner image
|
21 |
st.title("YouTube Playlist Video Organizer")
|
22 |
-
st.image("youtube_playlist_organizer.png")
|
23 |
-
|
24 |
-
# Add an image and additional details
|
25 |
|
|
|
26 |
st.sidebar.markdown("""
|
27 |
|
28 |
Welcome to the YouTube Playlist Video Organizer app!
|
|
|
19 |
def main():
|
20 |
# Page title and banner image
|
21 |
st.title("YouTube Playlist Video Organizer")
|
22 |
+
st.image("https://github.com/rasmodev/YouTube-Playlist-Organizer/blob/main/images/youtube_playlist_organizer.png")
|
|
|
|
|
23 |
|
24 |
+
# Add sidebar with additional details
|
25 |
st.sidebar.markdown("""
|
26 |
|
27 |
Welcome to the YouTube Playlist Video Organizer app!
|