Update app.py
Browse files
app.py
CHANGED
|
@@ -496,6 +496,11 @@ HTML = r"""<!DOCTYPE html>
|
|
| 496 |
font-weight:700; color:white; font-family: "IBM Plex Mono", monospace;
|
| 497 |
letter-spacing: 0.6px;
|
| 498 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 499 |
.brand-txt {
|
| 500 |
display:flex; flex-direction:column;
|
| 501 |
line-height:1;
|
|
|
|
| 496 |
font-weight:700; color:white; font-family: "IBM Plex Mono", monospace;
|
| 497 |
letter-spacing: 0.6px;
|
| 498 |
}
|
| 499 |
+
.logo-img {
|
| 500 |
+
height: 34px;
|
| 501 |
+
width: auto;
|
| 502 |
+
object-fit: contain;
|
| 503 |
+
}
|
| 504 |
.brand-txt {
|
| 505 |
display:flex; flex-direction:column;
|
| 506 |
line-height:1;
|