Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,10 +21,9 @@ def main():
|
|
21 |
|
22 |
# Add an image and additional details
|
23 |
st.markdown("""
|
24 |
-
|
25 |
-
|
26 |
Welcome to the YouTube Playlist Video Organizer app!
|
27 |
-
This tool helps you organize videos in a playlist based on repetitive terms.
|
28 |
|
29 |
To get started, enter the playlist URL and the repetitive terms in the respective input fields.
|
30 |
Click the "Organize Videos" button to generate a document with organized videos.
|
|
|
21 |
|
22 |
# Add an image and additional details
|
23 |
st.markdown("""
|
24 |
+
|
|
|
25 |
Welcome to the YouTube Playlist Video Organizer app!
|
26 |
+
This tool helps you organize videos in a YouTube playlist based on repetitive terms.
|
27 |
|
28 |
To get started, enter the playlist URL and the repetitive terms in the respective input fields.
|
29 |
Click the "Organize Videos" button to generate a document with organized videos.
|