Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with block:
|
|
42 |
gr.Markdown("Ejemplo: https://www.youtube.com/watch?v=bnvgcQB01mQ")
|
43 |
|
44 |
|
45 |
-
with gr.Row()
|
46 |
title = gr.Label(label="Video Title", placeholder="Title")
|
47 |
img = gr.Image(label="Thumbnail")
|
48 |
text = gr.Textbox(
|
|
|
42 |
gr.Markdown("Ejemplo: https://www.youtube.com/watch?v=bnvgcQB01mQ")
|
43 |
|
44 |
|
45 |
+
with gr.Row():
|
46 |
title = gr.Label(label="Video Title", placeholder="Title")
|
47 |
img = gr.Image(label="Thumbnail")
|
48 |
text = gr.Textbox(
|