jcg00v commited on
Commit
15ffdbe
1 Parent(s): 55c9711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def footer():
186
  # img_to_bytes(str(logo_path) + "/vocali_logo.jpg")
187
  # ),
188
  myargs = [
189
- "<img src='data:image/png;base64,{}' class='img-fluid' width='500' height='50'>".format(
190
  img_to_bytes(str(funding_path) + "/logo_funding.png")
191
  ),
192
  br(),
 
186
  # img_to_bytes(str(logo_path) + "/vocali_logo.jpg")
187
  # ),
188
  myargs = [
189
+ "<img src='data:image/png;base64,{}' class='img-fluid' width='600' height='50'>".format(
190
  img_to_bytes(str(funding_path) + "/logo_funding.png")
191
  ),
192
  br(),