wenjiao commited on
Commit
a44be17
1 Parent(s): e6e6770

css modify

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -409,7 +409,7 @@ footer {
409
  }
410
 
411
  .footer {
412
- margin-top: 4rem !important;
413
  text-align: center;
414
  border-bottom: 1px solid #e5e5e5;
415
  }
@@ -454,7 +454,7 @@ def build_single_model_ui(models):
454
  """
455
 
456
  learn_more_markdown = """<div class="footer">
457
- <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>
458
  <img src='https://i.postimg.cc/Pfv4vV6R/Microsoft-Teams-image-23.png' class='img-logo-right-style'/></p>
459
  </div>
460
 
 
409
  }
410
 
411
  .footer {
412
+ margin-top: 2rem !important;
413
  text-align: center;
414
  border-bottom: 1px solid #e5e5e5;
415
  }
 
454
  """
455
 
456
  learn_more_markdown = """<div class="footer">
457
+ <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>
458
  <img src='https://i.postimg.cc/Pfv4vV6R/Microsoft-Teams-image-23.png' class='img-logo-right-style'/></p>
459
  </div>
460