Update
Browse files- src/assets.py +0 -58
src/assets.py
CHANGED
|
@@ -7,65 +7,7 @@ custom_css = """
|
|
| 7 |
max-width: 100%
|
| 8 |
object-fit: contain;
|
| 9 |
}
|
| 10 |
-
.text {
|
| 11 |
-
font-size: 16px !important;
|
| 12 |
-
}
|
| 13 |
|
| 14 |
-
.tabs button {
|
| 15 |
-
font-size: 20px;
|
| 16 |
-
}
|
| 17 |
-
.subtabs button {
|
| 18 |
-
font-size: 20px;
|
| 19 |
-
}
|
| 20 |
-
|
| 21 |
-
.descriptive-text span {
|
| 22 |
-
font-size: 16px !important;
|
| 23 |
-
}
|
| 24 |
-
|
| 25 |
-
#control-panel span {
|
| 26 |
-
font-size: 20px !important;
|
| 27 |
-
}
|
| 28 |
-
#search-bar span {
|
| 29 |
-
font-size: 16px !important;
|
| 30 |
-
}
|
| 31 |
-
#threshold-slider span {
|
| 32 |
-
font-size: 16px !important;
|
| 33 |
-
}
|
| 34 |
-
#memory-slider span {
|
| 35 |
-
font-size: 16px !important;
|
| 36 |
-
}
|
| 37 |
-
#columns-checkboxes span {
|
| 38 |
-
font-size: 16px !important;
|
| 39 |
-
}
|
| 40 |
-
#backend-checkboxes span {
|
| 41 |
-
font-size: 16px !important;
|
| 42 |
-
}
|
| 43 |
-
#dtype-checkboxes span {
|
| 44 |
-
font-size: 16px !important;
|
| 45 |
-
}
|
| 46 |
-
#optimization-checkboxes span {
|
| 47 |
-
font-size: 16px !important;
|
| 48 |
-
}
|
| 49 |
-
#quantization-checkboxes span {
|
| 50 |
-
font-size: 16px !important;
|
| 51 |
-
}
|
| 52 |
-
#kernel-checkboxes span {
|
| 53 |
-
font-size: 16px !important;
|
| 54 |
-
}
|
| 55 |
-
|
| 56 |
-
#leaderboard-table td:first-child,
|
| 57 |
-
#leaderboard-table th:first-child {
|
| 58 |
-
max-width: 600px;
|
| 59 |
-
overflow: auto;
|
| 60 |
-
white-space: nowrap;
|
| 61 |
-
}
|
| 62 |
-
|
| 63 |
-
table td:first-child,
|
| 64 |
-
table th:first-child {
|
| 65 |
-
max-width: 400px;
|
| 66 |
-
overflow: auto;
|
| 67 |
-
white-space: nowrap;
|
| 68 |
-
}
|
| 69 |
/* Full width space */
|
| 70 |
.gradio-container {
|
| 71 |
max-width: 95%!important;
|
|
|
|
| 7 |
max-width: 100%
|
| 8 |
object-fit: contain;
|
| 9 |
}
|
|
|
|
|
|
|
|
|
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
/* Full width space */
|
| 12 |
.gradio-container {
|
| 13 |
max-width: 95%!important;
|