BenchmarkBot's picture
move model name to the end of table
e2e1ee9
raw
history blame
573 Bytes
custom_css = """
.descriptive-text {
font-size: 16px !important;
}
#citation-button span {
font-size: 16px !important;
}
#citation-button textarea {
font-size: 16px !important;
}
#citation-button > label > button {
margin: 6px;
transform: scale(1.3);
}
.hardware-tabs button {
font-size: 20px;
}
.A100-tabs button {
font-size: 20px;
}
"""
custom_js = """
function(url_params) {
const params = new URLSearchParams(window.location.search);
url_params = Object.fromEntries(params);
return url_params;
}
"""