mfromm's picture
Update style.py
16dc375
raw
history blame
293 Bytes
TITLE = """<h1 align="center" id="space-title">European LLM Leaderboard</h1>"""
CSS = """
#plot {
height: 512px;
display: flex;
justify-content: center;
align-items: center;
}
.modebar{
display: none !important;
}
"""
T_SYMBOLS = {
"pretrained": "🟒",
"chat": "πŸ’¬"
}