yuchenlin commited on
Commit
a085dc1
β€’
1 Parent(s): a415f27

hide the metrics

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def build_demo(original_df, TYPES):
82
  min_width=60,
83
  )
84
 
85
- with gr.TabItem("πŸ“ˆ Metrics", elem_id="od-benchmark-tab-table", id=1):
86
- gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
87
 
88
 
89
  gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")
 
82
  min_width=60,
83
  )
84
 
85
+ # with gr.TabItem("πŸ“ˆ Metrics", elem_id="od-benchmark-tab-table", id=1):
86
+ # gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
87
 
88
 
89
  gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")