Skip to content

Commit

Permalink
Merge pull request #1534 from vespa-engine/ldalves/clean-tokens
Browse files Browse the repository at this point in the history
Replace "\u2581" in tokens
  • Loading branch information
thomasht86 authored Oct 24, 2024
2 parents c8df8a9 + fdd1d45 commit 8c17528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-retrieval-colpali/frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def LoadingSkeleton():

def SimMapButtonReady(query_id, idx, token, img_src):
return Button(
token,
token.replace("\u2581", ""),
size="sm",
data_image_src=img_src,
id=f"sim-map-button-{query_id}-{idx}-{token}",
Expand Down

0 comments on commit 8c17528

Please sign in to comment.