Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ 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("
|
23 |
|
24 |
# Add welcome message
|
25 |
st.markdown("""
|
|
|
19 |
def main():
|
20 |
# Page title and banner image
|
21 |
st.title("YouTube Playlist Video Organizer")
|
22 |
+
st.image("main.jpg")
|
23 |
|
24 |
# Add welcome message
|
25 |
st.markdown("""
|