successor commited on
Commit
1f10761
1 Parent(s): afbde29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -105,11 +105,6 @@ st.markdown("""
105
 
106
  query = st.text_input("Search!", "")
107
 
108
- with st.expander("Advanced Options"):
109
- channel_options = st.multiselect(
110
- 'Channels to Search',
111
- )
112
-
113
  if query != "":
114
  channels = [channel_map[name] for name in channel_options]
115
  print(f"query: {query}")
 
105
 
106
  query = st.text_input("Search!", "")
107
 
 
 
 
 
 
108
  if query != "":
109
  channels = [channel_map[name] for name in channel_options]
110
  print(f"query: {query}")