Maximo Fernandez
commited on
Commit
·
ad19414
1
Parent(s):
6ecb939
Add instruction comment
Browse files
app.py
CHANGED
@@ -695,12 +695,12 @@ def subtify():
|
|
695 |
gr.HTML(html_social_media)
|
696 |
gr.HTML("<h1 style='text-align: center;'>Subtify</h1>")
|
697 |
# gr.HTML(html_subtify_logo)
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
|
703 |
-
|
704 |
# auxiliar_block1 = gr.Textbox(label="Auxiliar block 1", elem_id="auxiliar_block1", interactive=False, visible=visible)
|
705 |
# with gr.Row(equal_height=False):
|
706 |
# image = gr.Image(visible=visible, scale=1)
|
|
|
695 |
gr.HTML(html_social_media)
|
696 |
gr.HTML("<h1 style='text-align: center;'>Subtify</h1>")
|
697 |
# gr.HTML(html_subtify_logo)
|
698 |
+
with gr.Row(variant="panel"):
|
699 |
+
url_textbox = gr.Textbox(placeholder="Add video URL here and wait a moment", label="Video URL", elem_id="video_url", scale=1, interactive=True)
|
700 |
+
# paste_button = gr.Button(size="sm", icon="icons/paste.svg", value="paste", min_width="10px", scale=0)
|
701 |
+
delete_button = gr.Button(size="sm", icon="icons/delete.svg", value="clear", min_width="10px", scale=0)
|
702 |
|
703 |
+
visible = False
|
704 |
# auxiliar_block1 = gr.Textbox(label="Auxiliar block 1", elem_id="auxiliar_block1", interactive=False, visible=visible)
|
705 |
# with gr.Row(equal_height=False):
|
706 |
# image = gr.Image(visible=visible, scale=1)
|