Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,12 +21,15 @@ def main():
|
|
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
|
25 |
-
st.
|
26 |
|
27 |
Welcome to the YouTube Playlist Video Organizer app!
|
28 |
This tool helps you organize videos in a YouTube playlist based on repetitive terms.
|
29 |
-
|
|
|
|
|
|
|
30 |
**How to Use:**
|
31 |
- Enter the playlist URL.
|
32 |
- Specify repetitive terms (comma-separated).
|
|
|
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 welcome message
|
25 |
+
st.markdown("""
|
26 |
|
27 |
Welcome to the YouTube Playlist Video Organizer app!
|
28 |
This tool helps you organize videos in a YouTube playlist based on repetitive terms.
|
29 |
+
""")
|
30 |
+
|
31 |
+
# Add sidebar with additional details
|
32 |
+
st.sidebar.markdown("""
|
33 |
**How to Use:**
|
34 |
- Enter the playlist URL.
|
35 |
- Specify repetitive terms (comma-separated).
|