mgyigit commited on
Commit
67242e9
Β·
verified Β·
1 Parent(s): 5458346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ with block:
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
 
 
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