Skip to content

Commit

Permalink
Added instructions on multiple search queries
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Chung <[email protected]>
  • Loading branch information
x-tabdeveloping and isaac-chung authored Nov 4, 2024
1 parent 757212a commit 6cb3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mteb/leaderboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def update_task_info(task_names: str) -> str:
with gr.Group():
searchbar = gr.Textbox(
label="Search Models",
info="Search models by name (RegEx sensitive)",
info="Search models by name (RegEx sensitive. Separate queries with `|`)",
interactive=True,
)
with gr.Row(elem_classes=""):
Expand Down

0 comments on commit 6cb3194

Please sign in to comment.