devingulliver commited on
Commit
8b7cc53
·
verified ·
1 Parent(s): 8976a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()