Maximo Fernandez
commited on
Commit
·
2eb5a65
1
Parent(s):
a4b9f07
Change source of subtify logo
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ html_social_media = f'''
|
|
174 |
|
175 |
html_subtify_logo = f"""
|
176 |
<div style="display: flex; justify-content: center; align-items: center;">
|
177 |
-
<img src='
|
178 |
</div>
|
179 |
"""
|
180 |
|
|
|
174 |
|
175 |
html_subtify_logo = f"""
|
176 |
<div style="display: flex; justify-content: center; align-items: center;">
|
177 |
+
<img src='https://pub-fb664c455eca46a2ba762a065ac900f7.r2.dev/subtify_logo-scaled.webp' width={new_width}px height={new_height}px >
|
178 |
</div>
|
179 |
"""
|
180 |
|