InferBench / assets.py
davidberenstein1957's picture
feat: refactor app.py to load data from a JSONL file, enhance the leaderboard display, and improve the "About" section layout with new branding and community links. Remove outdated leaderboard_data.json file.
1c9c07a
raw
history blame contribute delete
323 Bytes
custom_css = """
.logo {
width: 300px;
height: auto;
max-width: 100%;
margin: 0 auto;
object-fit: contain;
padding-bottom: 0;
}
.text {
font-size: 16px !important;
}
.tabs button {
font-size: 20px;
}
.subtabs button {
font-size: 20px;
}
h1, h2 {
margin: 0;
padding-top: 0;
}
"""