galb-dai commited on
Commit
68e0def
·
1 Parent(s): f4e53a9

Fix style.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -335,7 +335,7 @@ with blocks:
335
  with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
336
 
337
  gr.HTML(
338
- '<div align="center"><header class="text-center mb-12"><h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1">FormulaOne</h1><h3 style="margin:0; display:inline;" class="text-4xl md:text-5xl font-bold text-gray-900 f1-h3 style=">by <a href="https://doubleai.com/">AAI</a></h3></header></div>'
339
  )
340
  with gr.Row(elem_id="landing-hero-row"):
341
  with gr.Column(scale=7, elem_id="landing-hero-left"):
 
335
  with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
336
 
337
  gr.HTML(
338
+ '<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 <a href="https://doubleai.com/">AAI</a></h3></header></div>'
339
  )
340
  with gr.Row(elem_id="landing-hero-row"):
341
  with gr.Column(scale=7, elem_id="landing-hero-left"):