Omnibus commited on
Commit
1a0a0ae
1 Parent(s): f004b31

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +3 -1
player.py CHANGED
@@ -52,7 +52,9 @@ def load_vid(channel):
52
  print(e)
53
  return(out_html)
54
  with gr.Blocks() as app:
55
- channel = gr.Dropdown()
 
 
56
  button = gr.Button()
57
  output = gr.HTML()
58
  app.load(find_dataset,None,channel)
 
52
  print(e)
53
  return(out_html)
54
  with gr.Blocks() as app:
55
+ with gr.Row():
56
+ channel = gr.Dropdown()
57
+ videos = gr.Dropdown()
58
  button = gr.Button()
59
  output = gr.HTML()
60
  app.load(find_dataset,None,channel)