Maximo Fernandez commited on
Commit
a4b9f07
·
1 Parent(s): 1b814b0

Change subtify logo from webp to png

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='assets/subtify_logo-scaled.png' width={new_width}px height={new_height}px >
178
  </div>
179
  """
180
 
 
174
 
175
  html_subtify_logo = f"""
176
  <div style="display: flex; justify-content: center; align-items: center;">
177
+ <img src='./assets/subtify_logo-scaled.png' width={new_width}px height={new_height}px >
178
  </div>
179
  """
180