devingulliver commited on
Commit
8282ded
·
verified ·
1 Parent(s): 5eafd72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def submit_model(name):
46
 
47
  return "# SUCCESS: Please wait up to 24 hours for your model to be added to the queue."
48
 
49
- with gr.Blocks(css=".tab-buttons button{font-size:1.3em} table{overflow-y:hidden}") as demo:
50
  gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">Subquadratic LLM Leaderboard</span></h1>')
51
 
52
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
 
46
 
47
  return "# SUCCESS: Please wait up to 24 hours for your model to be added to the queue."
48
 
49
+ with gr.Blocks(css=".tab-buttons button{font-size:1.3em}") as demo:
50
  gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">Subquadratic LLM Leaderboard</span></h1>')
51
 
52
  with gr.Tabs(elem_classes="tab-buttons") as tabs: