Steveeeeeeen HF Staff commited on
Commit
4e45c84
·
verified ·
1 Parent(s): 97ae787

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +13 -0
constants.py CHANGED
@@ -128,6 +128,11 @@ MULTILINGUAL_TAB_TEXT = """
128
 
129
  """
130
 
 
 
 
 
 
131
  LEADERBOARD_CSS = """
132
  #leaderboard-table th .header-content {
133
  white-space: nowrap;
@@ -141,6 +146,14 @@ LEADERBOARD_CSS = """
141
  background-color: var(--table-row-focus);
142
  }
143
 
 
 
 
 
 
 
 
 
144
  .language-detail-modal {
145
  background: var(--background-fill-primary);
146
  border: 1px solid var(--border-color-primary);
 
128
 
129
  """
130
 
131
+ LONGFORM_TAB_TEXT = """
132
+ ## 📝 Long-form ASR Evaluation
133
+
134
+ """
135
+
136
  LEADERBOARD_CSS = """
137
  #leaderboard-table th .header-content {
138
  white-space: nowrap;
 
146
  background-color: var(--table-row-focus);
147
  }
148
 
149
+ #longform-table th .header-content {
150
+ white-space: nowrap;
151
+ }
152
+
153
+ #longform-table th:hover {
154
+ background-color: var(--table-row-focus);
155
+ }
156
+
157
  .language-detail-modal {
158
  background: var(--background-fill-primary);
159
  border: 1px solid var(--border-color-primary);