Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chrimo
/
game
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Chrimo
commited on
Sep 17
Commit
cf9cc02
·
1 Parent(s):
42d534b
refactor: uncomment similarity header in leaderboard
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
]