Remove about tab

#62
by Steveeeeeeen HF Staff - opened
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -528,13 +528,9 @@ with gr.Blocks(css=LEADERBOARD_CSS) as demo:
528
  gr.Markdown("## Pareto Front: Average WER vs RTFx\nModels on the Pareto frontier achieve the best trade-off between accuracy (WER) and speed (RTFx). Names are shown for frontier models; hover over other points to see their names.")
529
  pareto_plot = gr.Plot(value=create_pareto_plot())
530
 
531
- with gr.TabItem("πŸ“ˆ Metrics", elem_id="od-benchmark-tab-table", id=4):
532
  gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
533
 
534
- # add an about section
535
- with gr.TabItem("πŸ€— About", elem_id="od-benchmark-tab-table", id=6):
536
- gr.Markdown("## About", elem_classes="markdown-text")
537
-
538
  gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")
539
 
540
  with gr.Row():
 
528
  gr.Markdown("## Pareto Front: Average WER vs RTFx\nModels on the Pareto frontier achieve the best trade-off between accuracy (WER) and speed (RTFx). Names are shown for frontier models; hover over other points to see their names.")
529
  pareto_plot = gr.Plot(value=create_pareto_plot())
530
 
531
+ with gr.TabItem("πŸ€— About", elem_id="od-benchmark-tab-table", id=5):
532
  gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
533
 
 
 
 
 
534
  gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")
535
 
536
  with gr.Row():