Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
More updates.
Browse files- app.py +13 -0
- src/about.py +0 -1
app.py
CHANGED
@@ -353,6 +353,19 @@ with blocks:
|
|
353 |
|
354 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
355 |
with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
gr.Markdown(
|
357 |
"The chart below summarises Frontier model performance on FormulaOne.",
|
358 |
elem_classes="markdown-text",
|
|
|
353 |
|
354 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
355 |
with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
|
356 |
+
gr.Image(
|
357 |
+
"assets/banner.png",
|
358 |
+
show_label=False,
|
359 |
+
elem_classes=["f1-image"],
|
360 |
+
show_share_button=False,
|
361 |
+
show_download_button=False,
|
362 |
+
show_fullscreen_button=False,
|
363 |
+
width=550,
|
364 |
+
)
|
365 |
+
|
366 |
+
gr.HTML(
|
367 |
+
'<header class="text-center mb-12"><h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1">FormulaOne</h1></header>'
|
368 |
+
)
|
369 |
gr.Markdown(
|
370 |
"The chart below summarises Frontier model performance on FormulaOne.",
|
371 |
elem_classes="markdown-text",
|
src/about.py
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
PAPER_URL = "https://arxiv.org/abs/2507.13337"
|
3 |
|
4 |
WHAT_IS_F1_HTML_TOP = f"""
|
5 |
-
<a id="what-is-formulaone"></a>
|
6 |
<div class="f1-container">
|
7 |
<header class="text-center mb-12">
|
8 |
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1">FormulaOne</h1>
|
|
|
2 |
PAPER_URL = "https://arxiv.org/abs/2507.13337"
|
3 |
|
4 |
WHAT_IS_F1_HTML_TOP = f"""
|
|
|
5 |
<div class="f1-container">
|
6 |
<header class="text-center mb-12">
|
7 |
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1">FormulaOne</h1>
|