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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -39,10 +39,8 @@ with block:
39
 
40
  link = gr.Textbox(label="YouTube Link")
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")
 
39
 
40
  link = gr.Textbox(label="YouTube Link")
41
 
42
+ gr.Markdown("Ejemplo: https://www.youtube.com/watch?v=pe79zhH_fVY&t=1s")
43
+
 
 
44
 
45
  with gr.Row().style(mobile_collapse=False, equal_height=True):
46
  title = gr.Label(label="Video Title", placeholder="Title")