Spaces:
Running
Running
hide the metrics
Browse files
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 |
-
|
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")
|