File size: 1,104 Bytes
b1b6ed6 a222a9a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a b1b6ed6 df17e3a a222a9a df17e3a a222a9a df17e3a a222a9a df17e3a a222a9a df17e3a a222a9a df17e3a b1b6ed6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
custom_css = """
.gradio-container {
max-width: 95%!important;
}
.logo {
width: 300px;
height: auto;
margin: 0 auto;
max-width: 100%
object-fit: contain;
}
.text {
font-size: 16px !important;
}
.tabs button {
font-size: 20px;
}
.subtabs button {
font-size: 20px;
}
.descriptive-text span {
font-size: 16px !important;
}
#control-panel span {
font-size: 20px !important;
}
#search-bar span {
font-size: 16px !important;
}
#threshold-slider span {
font-size: 16px !important;
}
#memory-slider span {
font-size: 16px !important;
}
#columns-checkboxes span {
font-size: 16px !important;
}
#backend-checkboxes span {
font-size: 16px !important;
}
#dtype-checkboxes span {
font-size: 16px !important;
}
#optimization-checkboxes span {
font-size: 16px !important;
}
#quantization-checkboxes span {
font-size: 16px !important;
}
#kernel-checkboxes span {
font-size: 16px !important;
}
#leaderboard-table td:first-child,
#leaderboard-table th:first-child {
max-width: 300px;
overflow: auto;
white-space: nowrap;
}
"""
|