Add subtify logo
Browse files
app.py
CHANGED
@@ -179,11 +179,11 @@ html_social_media = f'''
|
|
179 |
</div>
|
180 |
'''
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
|
188 |
# html_buy_me_a_coffe = '''
|
189 |
# <div style="float: right;">
|
@@ -701,7 +701,7 @@ def subtify():
|
|
701 |
# Layout
|
702 |
gr.HTML(html_social_media)
|
703 |
gr.HTML("<h1 style='text-align: center;'>Subtify</h1>")
|
704 |
-
|
705 |
# with gr.Row(variant="panel"):
|
706 |
# url_textbox = gr.Textbox(placeholder="Add video URL here and wait a moment", label="Video URL", elem_id="video_url", scale=1, interactive=True)
|
707 |
# # paste_button = gr.Button(size="sm", icon="icons/paste.svg", value="paste", min_width="10px", scale=0)
|
|
|
179 |
</div>
|
180 |
'''
|
181 |
|
182 |
+
html_subtify_logo = f"""
|
183 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
184 |
+
<img src='assets/subtify_logo-scaled.webp' width={new_width}px height={new_height}px >
|
185 |
+
</div>
|
186 |
+
"""
|
187 |
|
188 |
# html_buy_me_a_coffe = '''
|
189 |
# <div style="float: right;">
|
|
|
701 |
# Layout
|
702 |
gr.HTML(html_social_media)
|
703 |
gr.HTML("<h1 style='text-align: center;'>Subtify</h1>")
|
704 |
+
gr.HTML(html_subtify_logo)
|
705 |
# with gr.Row(variant="panel"):
|
706 |
# url_textbox = gr.Textbox(placeholder="Add video URL here and wait a moment", label="Video URL", elem_id="video_url", scale=1, interactive=True)
|
707 |
# # paste_button = gr.Button(size="sm", icon="icons/paste.svg", value="paste", min_width="10px", scale=0)
|