vikramvasudevan commited on
Commit
10bc0fb
·
verified ·
1 Parent(s): 5ae4d47

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -453,6 +453,7 @@ with gr.Blocks() as demo:
453
  ) as main_content:
454
  with gr.Row():
455
  search_channel = gr.Dropdown(
 
456
  choices=[("All Channels", None)] + channel_list_state.value,
457
  value=None,
458
  )
 
453
  ) as main_content:
454
  with gr.Row():
455
  search_channel = gr.Dropdown(
456
+ label="Select a Channel",
457
  choices=[("All Channels", None)] + channel_list_state.value,
458
  value=None,
459
  )