jcg00v commited on
Commit
1515661
1 Parent(s): e7e958a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -183,13 +183,11 @@ def footer():
183
 
184
  myargs = [
185
  "Made in ",
186
- # image(img_to_bytes(str(logo_path) + "/vocali_logo.jpg"), width=px(50), height=px(50)),
187
- "<img src='data:image/jpg;base64,{}' class='img-fluid' width='50' height='50'>".format(
188
  img_to_bytes(str(logo_path) + "/vocali_logo.jpg")
189
  ),
190
  link("https://vocali.net/", "VÓCALI"),
191
  " with funding ",
192
- # image(img_to_bytes(str(funding_path) + "/logo_funding.png"), height=px(50), width=px(200)),
193
  "<img src='data:image/png;base64,{}' class='img-fluid' width='250' height='50'>".format(
194
  img_to_bytes(str(funding_path) + "/logo_funding.png")
195
  ),
 
183
 
184
  myargs = [
185
  "Made in ",
186
+ "<img src='data:image/jpg;base64,{}' class='img-fluid' width='80' height='80'>".format(
 
187
  img_to_bytes(str(logo_path) + "/vocali_logo.jpg")
188
  ),
189
  link("https://vocali.net/", "VÓCALI"),
190
  " with funding ",
 
191
  "<img src='data:image/png;base64,{}' class='img-fluid' width='250' height='50'>".format(
192
  img_to_bytes(str(funding_path) + "/logo_funding.png")
193
  ),