rasmodev commited on
Commit
c74f34f
·
1 Parent(s): 8c4c031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
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 sidebar with additional details
25
- st.sidebar.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
  **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).