ym59 commited on
Commit
2d44b43
·
verified ·
1 Parent(s): 23759c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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;