Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,12 +17,10 @@ api_key = my_api_key
|
|
17 |
youtube = build('youtube', 'v3', developerKey=api_key)
|
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")
|
24 |
|
25 |
-
|
26 |
# Add an image and additional details
|
27 |
st.markdown("""
|
28 |
|
|
|
17 |
youtube = build('youtube', 'v3', developerKey=api_key)
|
18 |
|
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 an image and additional details
|
25 |
st.markdown("""
|
26 |
|