devingulliver commited on
Commit
883e413
1 Parent(s): 45173a6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def submit_model(name):
56
 
57
  return "# SUCCESS: Please wait up to 24 hours for your model to be added to the queue."
58
 
59
- with gr.Blocks(css=".tab-buttons button{font-size:1.3em}") as demo:
60
  gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">Subquadratic LLM Leaderboard</span></h1>')
61
  gr.Markdown("**REMEMBER:** If you don't see an eligible model here, make sure to submit it! We hope to incentivize subquadratic/attention-free LLM development through friendly competition.")
62
 
 
56
 
57
  return "# SUCCESS: Please wait up to 24 hours for your model to be added to the queue."
58
 
59
+ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons button{font-size:1.3em}") as demo:
60
  gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">Subquadratic LLM Leaderboard</span></h1>')
61
  gr.Markdown("**REMEMBER:** If you don't see an eligible model here, make sure to submit it! We hope to incentivize subquadratic/attention-free LLM development through friendly competition.")
62