ardaatahan commited on
Commit
1de0a73
·
unverified ·
2 Parent(s): f1a7d8d 1eef188

Merge pull request #11 from argmaxinc/SW-657-add-banner-link-to-openbench-in-whisperkit-regression-tests

Browse files
Files changed (1) hide show
  1. constants.py +5 -0
constants.py CHANGED
@@ -5,6 +5,11 @@ from iso639 import Lang
5
  BANNER_TEXT = """
6
  <div style="text-align: center;">
7
  <h1><a href='https://github.com/argmaxinc/WhisperKit'>Argmax Open Source Regression Tests</a></h1>
 
 
 
 
 
8
  </div>
9
  """
10
 
 
5
  BANNER_TEXT = """
6
  <div style="text-align: center;">
7
  <h1><a href='https://github.com/argmaxinc/WhisperKit'>Argmax Open Source Regression Tests</a></h1>
8
+ <div style="background-color: #1e293b; border-left: 3px solid #64748b; padding: 8px 16px; margin: 16px auto; max-width: 500px; border-radius: 4px;">
9
+ <p style="margin: 0; color: #e2e8f0; font-size: 14px; font-family: 'Zwizz Regular', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;">
10
+ Looking for competitive benchmarks? Check out <a href="https://github.com/argmaxinc/OpenBench/blob/main/BENCHMARKS.md" target="_blank" style="font-family: 'Zwizz SemiBold', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; color: #f1f5f9;">OpenBench ↗</a>
11
+ </p>
12
+ </div>
13
  </div>
14
  """
15