Update app.py
Browse files
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}
|
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:
|