Update utils.py
Browse files
utils.py
CHANGED
@@ -49,8 +49,8 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
|
|
49 |
padding: 0px;
|
50 |
}
|
51 |
|
52 |
-
#leaderboard-table td:nth-child(
|
53 |
-
#leaderboard-table th:nth-child(
|
54 |
max-width: 400px;
|
55 |
overflow: auto;
|
56 |
white-space: nowrap;
|
|
|
49 |
padding: 0px;
|
50 |
}
|
51 |
|
52 |
+
#leaderboard-table td:nth-child(0),
|
53 |
+
#leaderboard-table th:nth-child(0) {
|
54 |
max-width: 400px;
|
55 |
overflow: auto;
|
56 |
white-space: nowrap;
|