Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove learn more.
Browse files
app.py
CHANGED
@@ -390,13 +390,6 @@ with blocks:
|
|
390 |
elem_classes="markdown-text",
|
391 |
)
|
392 |
|
393 |
-
gr.HTML(
|
394 |
-
'<div class="f1-container">'
|
395 |
-
'<p style="font-size:1.05rem;font-weight:700;margin-top:8px;">'
|
396 |
-
'<a class="f1-a" href="#" data-tab-target="what-is">Learn more about FormulaOne.</a>'
|
397 |
-
"</p></div>"
|
398 |
-
)
|
399 |
-
|
400 |
# Existing "What is FormulaOne" tab
|
401 |
with gr.TabItem("What is FormulaOne", id=1, elem_id="what-is-tab"):
|
402 |
gr.Image(
|
|
|
390 |
elem_classes="markdown-text",
|
391 |
)
|
392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
# Existing "What is FormulaOne" tab
|
394 |
with gr.TabItem("What is FormulaOne", id=1, elem_id="what-is-tab"):
|
395 |
gr.Image(
|