TITLE = """

OpenGPT-X Multilingual LLM Leaderboard

""" CSS = """ #plot { height: 512px; display: flex; justify-content: center; align-items: center; } .modebar{ display: none !important; } """ T_SYMBOLS = { "pretrained": "🟢", "chat": "💬" }