Maximo Fernandez
commited on
Commit
·
b5d9956
1
Parent(s):
50c5e6a
Show subtify logo
Browse files
app.py
CHANGED
@@ -172,11 +172,11 @@ html_social_media = f'''
|
|
172 |
</div>
|
173 |
'''
|
174 |
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
|
181 |
html_buy_me_a_coffe = '''
|
182 |
<div style="float: right;">
|
@@ -694,7 +694,7 @@ def subtify():
|
|
694 |
# Layout
|
695 |
gr.HTML(html_social_media)
|
696 |
gr.HTML("<h1 style='text-align: center;'>Subtify</h1>")
|
697 |
-
|
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)
|
|
|
172 |
</div>
|
173 |
'''
|
174 |
|
175 |
+
html_subtify_logo = f"""
|
176 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
177 |
+
<img src='assets/subtify_logo-scaled.webp' width={new_width}px height={new_height}px >
|
178 |
+
</div>
|
179 |
+
"""
|
180 |
|
181 |
html_buy_me_a_coffe = '''
|
182 |
<div style="float: right;">
|
|
|
694 |
# Layout
|
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)
|