Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks() as app:
|
|
185 |
with gr.Row():
|
186 |
channel = gr.Dropdown()
|
187 |
videos = gr.Dropdown()
|
188 |
-
button = gr.Button()
|
189 |
output = gr.HTML()
|
190 |
label_output = gr.HTML()
|
191 |
links_output = gr.HTML()
|
|
|
185 |
with gr.Row():
|
186 |
channel = gr.Dropdown()
|
187 |
videos = gr.Dropdown()
|
188 |
+
button = gr.Button("Build")
|
189 |
output = gr.HTML()
|
190 |
label_output = gr.HTML()
|
191 |
links_output = gr.HTML()
|