Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,8 @@ def init_leaderboard(dataframe):
|
|
| 76 |
placeholder="Search by work name or basemodel. To search by country, type 'basemodel:<query>'",
|
| 77 |
label="Search"),
|
| 78 |
filter_columns=[
|
| 79 |
-
ColumnFilter("Target-research", type="
|
|
|
|
| 80 |
# ColumnFilter(AutoEvalColumn.precision.name, type="checkboxgroup", label="Precision"),
|
| 81 |
# ColumnFilter(
|
| 82 |
# AutoEvalColumn.params.name,
|
|
|
|
| 76 |
placeholder="Search by work name or basemodel. To search by country, type 'basemodel:<query>'",
|
| 77 |
label="Search"),
|
| 78 |
filter_columns=[
|
| 79 |
+
ColumnFilter("Target-research", type="checkboxgroup", label="Comparison settings for target researches (Single Selection)"),
|
| 80 |
+
ColumnFilter("BaseModel", type="dropdown", label="Select The base lmm model that fultill the task."),
|
| 81 |
# ColumnFilter(AutoEvalColumn.precision.name, type="checkboxgroup", label="Precision"),
|
| 82 |
# ColumnFilter(
|
| 83 |
# AutoEvalColumn.params.name,
|