Chrimo commited on
Commit
cf9cc02
·
1 Parent(s): 42d534b

refactor: uncomment similarity header in leaderboard

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ LEADERBOARD_HEADERS = [
69
  "Benutzername",
70
  "Bild-ID",
71
  "Score",
72
- #"Ähnlichkeit",
73
  "Text",
74
  "Zeitstempel",
75
  ]
 
69
  "Benutzername",
70
  "Bild-ID",
71
  "Score",
72
+ "Ähnlichkeit",
73
  "Text",
74
  "Zeitstempel",
75
  ]