Add facebook image as image gradio block
Browse files
app.py
CHANGED
|
@@ -541,6 +541,7 @@ def subtify():
|
|
| 541 |
gr.Markdown("<h1 style='text-align: center;'>Subtify</h1>")
|
| 542 |
gr.Markdown(html_subtify_logo)
|
| 543 |
gr.Image(value="subtify_logo.webp", visible=True, show_download_button=False, container=False)
|
|
|
|
| 544 |
with gr.Row(variant="panel"):
|
| 545 |
url_textbox = gr.Textbox(placeholder="Add video URL here", label="Video URL", elem_id="video_url", scale=1, interactive=True)
|
| 546 |
# copy_button = gr.Button(size="sm", icon="icons/copy.svg", value="", min_width="10px", scale=0)
|
|
|
|
| 541 |
gr.Markdown("<h1 style='text-align: center;'>Subtify</h1>")
|
| 542 |
gr.Markdown(html_subtify_logo)
|
| 543 |
gr.Image(value="subtify_logo.webp", visible=True, show_download_button=False, container=False)
|
| 544 |
+
gr.Image(value="assets/facebook.svg", visible=True, show_download_button=False, container=False)
|
| 545 |
with gr.Row(variant="panel"):
|
| 546 |
url_textbox = gr.Textbox(placeholder="Add video URL here", label="Video URL", elem_id="video_url", scale=1, interactive=True)
|
| 547 |
# copy_button = gr.Button(size="sm", icon="icons/copy.svg", value="", min_width="10px", scale=0)
|