rasmodev commited on
Commit
6dac3da
·
1 Parent(s): e4e6f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -17,16 +17,18 @@ api_key = my_api_key
17
  youtube = build('youtube', 'v3', developerKey=api_key)
18
 
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("""
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("""
 
17
  youtube = build('youtube', 'v3', developerKey=api_key)
18
 
19
  def main():
20
+ # Page title
21
  st.title("YouTube Playlist Video Organizer")
22
+
 
23
  # Add welcome message
24
  st.markdown("""
25
 
26
  Welcome to the YouTube Playlist Video Organizer app!
27
  This tool helps you organize videos in a YouTube playlist based on repetitive terms.
28
  """)
29
+
30
+ # Add Banner Image
31
+ st.image("main.jpg")
32
 
33
  # Add sidebar with additional details
34
  st.sidebar.markdown("""