Spaces:
Runtime error
Runtime error
Shorten scientific figure label to sci. fig
Browse files- src/display/utils.py +2 -2
src/display/utils.py
CHANGED
|
@@ -23,7 +23,7 @@ class ColumnContent:
|
|
| 23 |
|
| 24 |
|
| 25 |
BENCHMARK_DISPLAY_NAME_OVERRIDES = {
|
| 26 |
-
"Scientific Figure": "Sci.
|
| 27 |
}
|
| 28 |
|
| 29 |
|
|
@@ -48,7 +48,7 @@ auto_eval_column_dict.append(["dom_webpage", ColumnContent, ColumnContent("Webpa
|
|
| 48 |
auto_eval_column_dict.append(["dom_poster", ColumnContent, ColumnContent("Poster", "str", True)])
|
| 49 |
auto_eval_column_dict.append(["dom_chart", ColumnContent, ColumnContent("Chart", "str", True)])
|
| 50 |
auto_eval_column_dict.append(
|
| 51 |
-
["dom_scientific_figure", ColumnContent, ColumnContent("Sci.
|
| 52 |
)
|
| 53 |
auto_eval_column_dict.append(["dim_layout", ColumnContent, ColumnContent("Layout", "str", True)])
|
| 54 |
auto_eval_column_dict.append(["dim_attribute", ColumnContent, ColumnContent("Attribute", "str", True)])
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
BENCHMARK_DISPLAY_NAME_OVERRIDES = {
|
| 26 |
+
"Scientific Figure": "Sci. Fig",
|
| 27 |
}
|
| 28 |
|
| 29 |
|
|
|
|
| 48 |
auto_eval_column_dict.append(["dom_poster", ColumnContent, ColumnContent("Poster", "str", True)])
|
| 49 |
auto_eval_column_dict.append(["dom_chart", ColumnContent, ColumnContent("Chart", "str", True)])
|
| 50 |
auto_eval_column_dict.append(
|
| 51 |
+
["dom_scientific_figure", ColumnContent, ColumnContent("Sci. Fig", "str", True)]
|
| 52 |
)
|
| 53 |
auto_eval_column_dict.append(["dim_layout", ColumnContent, ColumnContent("Layout", "str", True)])
|
| 54 |
auto_eval_column_dict.append(["dim_attribute", ColumnContent, ColumnContent("Attribute", "str", True)])
|