Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,14 +22,12 @@ def main():
|
|
22 |
st.image("youtube_playlist_organizer.png")
|
23 |
|
24 |
# Add an image and additional details
|
25 |
-
|
|
|
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 |
-
To get started, enter the playlist URL and the repetitive terms in the respective input fields.
|
31 |
-
Click the "Organize Videos" button to generate a document with organized videos.
|
32 |
-
|
33 |
**How to Use:**
|
34 |
- Enter the playlist URL.
|
35 |
- Specify repetitive terms (comma-separated).
|
|
|
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!
|
29 |
This tool helps you organize videos in a YouTube playlist based on repetitive terms.
|
30 |
|
|
|
|
|
|
|
31 |
**How to Use:**
|
32 |
- Enter the playlist URL.
|
33 |
- Specify repetitive terms (comma-separated).
|