KlaudiaTH
Release version of leaderboard implementation
2b62c4c
raw
history blame
No virus
307 Bytes
TITLE = """<h1 align="center" id="space-title">OpenGPT-X Multilingual LLM Leaderboard</h1>"""
CSS = """
#plot {
height: 512px;
display: flex;
justify-content: center;
align-items: center;
}
.modebar{
display: none !important;
}
"""
T_SYMBOLS = {
"pretrained": "🟒",
"chat": "πŸ’¬"
}