Update app.py
Browse files
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("""
|