galb-dai commited on
Commit
e717fbe
·
1 Parent(s): af74d2a

Remove banner.

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -353,15 +353,6 @@ 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.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>'
 
353
 
354
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
355
  with gr.TabItem("FormulaOne", id=0, elem_id="landing-accuracy-tab"):
 
 
 
 
 
 
 
 
 
356
 
357
  gr.HTML(
358
  '<header class="text-center mb-12"><h1 class="text-4xl md:text-5xl font-bold text-gray-900 f1-h1">FormulaOne</h1></header>'