Spaces:
Running
Running

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
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; | |
} | |
""" | |