Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -95,7 +95,9 @@ channel_map = {
95
  'Daniel Bourke': 'UCr8O8l5cCX85Oem1d18EezQ',
96
  'Yannic Kilcher': 'UCZHmQk67mSJgfCCTn7xBfew',
97
  'AI Coffee Break with Letitia': 'UCobqgqE4i5Kf7wrxRxhToQA',
98
- 'sentdex': 'UCfzlCWGWYyIQ0aLC5w48gBQ'
 
 
99
  }
100
 
101
  st.write("""
@@ -116,8 +118,8 @@ query = st.text_input("Search!", "")
116
  with st.expander("Advanced Options"):
117
  channel_options = st.multiselect(
118
  'Channels to Search',
119
- ['James Briggs', 'Daniel Bourke', 'Yannic Kilcher', 'AI Coffee Break with Letitia', 'sentdex'],
120
- ['James Briggs', 'Daniel Bourke', 'Yannic Kilcher', 'AI Coffee Break with Letitia', 'sentdex']
121
  )
122
 
123
  if query != "":
 
95
  'Daniel Bourke': 'UCr8O8l5cCX85Oem1d18EezQ',
96
  'Yannic Kilcher': 'UCZHmQk67mSJgfCCTn7xBfew',
97
  'AI Coffee Break with Letitia': 'UCobqgqE4i5Kf7wrxRxhToQA',
98
+ 'sentdex': 'UCfzlCWGWYyIQ0aLC5w48gBQ',
99
+ 'Perihan Doğanlı': 'UCumkh3mvcTaWW0NrXnHG5uA',
100
+ 'FluTV': 'UC-xTvXTm-lrLWYk308-Km3A'
101
  }
102
 
103
  st.write("""
 
118
  with st.expander("Advanced Options"):
119
  channel_options = st.multiselect(
120
  'Channels to Search',
121
+ ['James Briggs', 'Daniel Bourke', 'Yannic Kilcher', 'AI Coffee Break with Letitia', 'sentdex','Perihan Doğanlı','FluTV'],
122
+ ['James Briggs', 'Daniel Bourke', 'Yannic Kilcher', 'AI Coffee Break with Letitia', 'sentdex','Perihan Doğanlı','FluTV']
123
  )
124
 
125
  if query != "":