Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ with gr.Blocks(css=custom_css,theme=gr.themes.Default(font=["sans-serif","ui-san
|
|
49 |
label="Select Columns to Show",
|
50 |
),
|
51 |
search_columns=["model_name_for_query"],
|
52 |
-
hide_columns=["model_name_for_query",],
|
53 |
-
filter_columns=[
|
54 |
)
|
55 |
with gr.TabItem("π About"):
|
56 |
gr.Markdown(LLM_BENCHMARKS_ABOUT_TEXT)
|
|
|
49 |
label="Select Columns to Show",
|
50 |
),
|
51 |
search_columns=["model_name_for_query"],
|
52 |
+
hide_columns=["model_name_for_query", "Precision", "#Params (B)"],
|
53 |
+
filter_columns=[],
|
54 |
)
|
55 |
with gr.TabItem("π About"):
|
56 |
gr.Markdown(LLM_BENCHMARKS_ABOUT_TEXT)
|