devingulliver commited on
Commit
abd806c
Β·
verified Β·
1 Parent(s): 305db43

Let's try that again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def submit_model(name):
50
  return "# SUCCESS: Please wait up to 24 hours for your model to be added to the queue."
51
 
52
  with gr.Blocks() as demo:
53
- gr.HTML('<style>h1, .tab-buttons button{font-size:1.3em}</style><h1 style="text-align:center">Subquadratic LLM Leaderboard</h1>')
54
 
55
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
56
  with gr.Tab("πŸ… LLM Benchmark"):
 
50
  return "# SUCCESS: Please wait up to 24 hours for your model to be added to the queue."
51
 
52
  with gr.Blocks() as demo:
53
+ gr.HTML('<style>.tab-buttons button{font-size:1.3em}</style><h1 style="text-align:center"><span style="font-size:1.3em">Subquadratic LLM Leaderboard</span></h1>')
54
 
55
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
56
  with gr.Tab("πŸ… LLM Benchmark"):