ardaatahan commited on
Commit
8bae270
Β·
1 Parent(s): 29a770f

OSS -> Open Source

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. constants.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Argmax OSS Regression Tests
3
  emoji: πŸ†
4
  colorFrom: green
5
  colorTo: indigo
 
1
  ---
2
+ title: Argmax Open Source Regression Tests
3
  emoji: πŸ†
4
  colorFrom: green
5
  colorTo: indigo
constants.py CHANGED
@@ -4,7 +4,7 @@ from iso639 import Lang
4
 
5
  BANNER_TEXT = """
6
  <div style="text-align: center;">
7
- <h1><a href='https://github.com/argmaxinc/WhisperKit'>Argmax OSS Regression Tests</a></h1>
8
  </div>
9
  """
10
 
 
4
 
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