Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
-
gr.Markdown("# Subquadratic LLM Leaderboard")
|
5 |
gr.Dataframe("data.csv")
|
6 |
|
7 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
+
gr.Markdown("# Subquadratic LLM Leaderboard\n\nIndependently evaluating LLMs with subquadratic architectures on the same benchmarks as the Open LLM Leaderboard. \nThis leaderboard is under construction, check back soon for more models, a better explanation, and the ability to submit models for evaluation!")
|
5 |
gr.Dataframe("data.csv")
|
6 |
|
7 |
demo.launch()
|