File size: 307 Bytes
2b62c4c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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": "💬"
}
|