Update utils.py
Browse files
utils.py
CHANGED
@@ -44,7 +44,6 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
|
|
44 |
text-align: left;
|
45 |
max-width: 200px;
|
46 |
overflow: auto;
|
47 |
-
white-space: nowrap;
|
48 |
}
|
49 |
table > thead {
|
50 |
white-space: normal;
|
@@ -58,7 +57,6 @@ table > tbody td:first-child {
|
|
58 |
text-align: left;
|
59 |
max-width: 200px;
|
60 |
overflow: auto;
|
61 |
-
white-space: nowrap;
|
62 |
}
|
63 |
#leaderboard-table-lite {
|
64 |
margin-top: 15px;
|
|
|
44 |
text-align: left;
|
45 |
max-width: 200px;
|
46 |
overflow: auto;
|
|
|
47 |
}
|
48 |
table > thead {
|
49 |
white-space: normal;
|
|
|
57 |
text-align: left;
|
58 |
max-width: 200px;
|
59 |
overflow: auto;
|
|
|
60 |
}
|
61 |
#leaderboard-table-lite {
|
62 |
margin-top: 15px;
|