mirari commited on
Commit
f215841
1 Parent(s): 7044623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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().style(mobile_collapse=False, equal_height=True):
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(