Update app.py
Browse files
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='
|
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(),
|