Terry Zhuo
commited on
Commit
·
b6a9ac2
1
Parent(s):
b9c02ae
change queries
Browse files- app.py +1 -1
- src/utils.py +1 -1
app.py
CHANGED
@@ -180,7 +180,7 @@ with demo:
|
|
180 |
# with gr.Column(min_width=780):
|
181 |
with gr.Row():
|
182 |
search_bar = gr.Textbox(
|
183 |
-
placeholder="🔍
|
184 |
show_label=False,
|
185 |
elem_id="search-bar",
|
186 |
)
|
|
|
180 |
# with gr.Column(min_width=780):
|
181 |
with gr.Row():
|
182 |
search_bar = gr.Textbox(
|
183 |
+
placeholder="🔍 Separate multiple queries with '|'",
|
184 |
show_label=False,
|
185 |
elem_id="search-bar",
|
186 |
)
|
src/utils.py
CHANGED
@@ -28,7 +28,7 @@ class AutoEvalColumn: # Auto evals column
|
|
28 |
instruct_score = ColumnContent("instruct", "number", True)
|
29 |
elo_mle = ColumnContent("elo_mle", "number", True)
|
30 |
dummy = ColumnContent("model", "str", True)
|
31 |
-
size = ColumnContent("size", "number",
|
32 |
|
33 |
|
34 |
def model_hyperlink(link, model_name):
|
|
|
28 |
instruct_score = ColumnContent("instruct", "number", True)
|
29 |
elo_mle = ColumnContent("elo_mle", "number", True)
|
30 |
dummy = ColumnContent("model", "str", True)
|
31 |
+
size = ColumnContent("size", "number", True)
|
32 |
|
33 |
|
34 |
def model_hyperlink(link, model_name):
|