retired open llm leaderboard disclamier, was a nice journey :))
Browse files
app.py
CHANGED
@@ -47,6 +47,10 @@ The leaderboard's backend mainly runs on the [Hugging Face Hub API](https://hugg
|
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
|
|
|
|
|
|
|
|
|
50 |
gr.Markdown(gradio_desc)
|
51 |
|
52 |
with gr.Row(equal_height=False):
|
|
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
|
50 |
+
gr.HTML(f"""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 40px; color: red;">IMPORTANT NOTE</h1>""")
|
51 |
+
gr.HTML(f"""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 25px; color: red;">
|
52 |
+
Open LLM Leaderboard was <a href="https://x.com/clefourrier/status/1900280339613860057">retired</a> on March 13, 2025. This space will likely be retired soon as well!</h1>""")
|
53 |
+
|
54 |
gr.Markdown(gradio_desc)
|
55 |
|
56 |
with gr.Row(equal_height=False):
|