mirari commited on
Commit
46612c0
1 Parent(s): a4e52b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ with block:
41
 
42
 
43
  with gr.Row():
44
- gr.Label(label = "Ejemplo: https://www.youtube.com/watch?v=pe79zhH_fVY&t=1s")
 
45
 
46
  with gr.Row().style(mobile_collapse=False, equal_height=True):
47
  title = gr.Label(label="Video Title", placeholder="Title")
 
41
 
42
 
43
  with gr.Row():
44
+ gr.Textbox(label = "Ejemplo: ", placeholder = "https://www.youtube.com/watch?v=pe79zhH_fVY&t=1s")
45
+
46
 
47
  with gr.Row().style(mobile_collapse=False, equal_height=True):
48
  title = gr.Label(label="Video Title", placeholder="Title")