wenjiao commited on
Commit
5cde62c
1 Parent(s): 9fd5675

modify css

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -442,7 +442,7 @@ footer {
442
  }
443
 
444
  .acknowledgments {
445
- margin-bottom: 1rem;
446
  }
447
  """
448
  )
@@ -461,7 +461,8 @@ def build_single_model_ui(models):
461
  <p>Powered by <a href="https://github.com/intel/intel-extension-for-transformers" style="text-decoration: underline;" target="_blank">Intel Extension for Transformers</a> and <a href="https://github.com/intel/intel-extension-for-pytorch" style="text-decoration: underline;" target="_blank">Intel Extension for PyTorch. </a>
462
  <img src='https://i.postimg.cc/Pfv4vV6R/Microsoft-Teams-image-23.png' class='img-logo-right-style'/></p>
463
  </div>
464
- <div class="acknowledgments"></div>
 
465
 
466
  """
467
 
 
442
  }
443
 
444
  .acknowledgments {
445
+ margin-bottom: 1rem !important;
446
  }
447
  """
448
  )
 
461
  <p>Powered by <a href="https://github.com/intel/intel-extension-for-transformers" style="text-decoration: underline;" target="_blank">Intel Extension for Transformers</a> and <a href="https://github.com/intel/intel-extension-for-pytorch" style="text-decoration: underline;" target="_blank">Intel Extension for PyTorch. </a>
462
  <img src='https://i.postimg.cc/Pfv4vV6R/Microsoft-Teams-image-23.png' class='img-logo-right-style'/></p>
463
  </div>
464
+ <div class="acknowledgments">
465
+ <p></p></div>
466
 
467
  """
468