Let's try that again
Browse files
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
|
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"):
|