Spaces:
Runtime error
Runtime error
Commit ·
afa511f
1
Parent(s): 0741def
rename to doubleAI, drop link
Browse files
app.py
CHANGED
|
@@ -328,11 +328,13 @@ blocks = gr.Blocks(
|
|
| 328 |
}
|
| 329 |
""",
|
| 330 |
)
|
|
|
|
|
|
|
| 331 |
def build_tab_landing(tabs):
|
| 332 |
"""Tab 1: FormulaOne landing page with accuracy chart."""
|
| 333 |
with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
|
| 334 |
gr.HTML(
|
| 335 |
-
'<div align="center"><header class="text-center mb-12"><h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1" style="margin:0; display:inline;">FormulaOne</h1><span style="display:inline-block; margin-left:0.5em;"><h3 style="margin:0; display:inline;" class="text-4xl md:text-5xl font-bold text-gray-900 f1-h3 style=">by <
|
| 336 |
)
|
| 337 |
with gr.Row(elem_id="landing-hero-row"):
|
| 338 |
with gr.Column(scale=7, elem_id="landing-hero-left"):
|
|
|
|
| 328 |
}
|
| 329 |
""",
|
| 330 |
)
|
| 331 |
+
|
| 332 |
+
|
| 333 |
def build_tab_landing(tabs):
|
| 334 |
"""Tab 1: FormulaOne landing page with accuracy chart."""
|
| 335 |
with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
|
| 336 |
gr.HTML(
|
| 337 |
+
'<div align="center"><header class="text-center mb-12"><h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1" style="margin:0; display:inline;">FormulaOne</h1><span style="display:inline-block; margin-left:0.5em;"><h3 style="margin:0; display:inline;" class="text-4xl md:text-5xl font-bold text-gray-900 f1-h3 style=">by doubleAI</h3></header></div>'
|
| 338 |
)
|
| 339 |
with gr.Row(elem_id="landing-hero-row"):
|
| 340 |
with gr.Column(scale=7, elem_id="landing-hero-left"):
|