Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -300,7 +300,7 @@ with block:
|
|
| 300 |
elem_classes="leaderboard-note",
|
| 301 |
)
|
| 302 |
|
| 303 |
-
gr.Markdown("
|
| 304 |
# ββ dataframe ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 305 |
styler = build_leaderboard_styler(base_method_names, metric_names)
|
| 306 |
|
|
|
|
| 300 |
elem_classes="leaderboard-note",
|
| 301 |
)
|
| 302 |
|
| 303 |
+
gr.Markdown("#### If a method name ends with **^**, it suggests potential suspicions of data leakage related to ***similarity***, ***function***, or ***family*** benchmarks.")
|
| 304 |
# ββ dataframe ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 305 |
styler = build_leaderboard_styler(base_method_names, metric_names)
|
| 306 |
|