Terry Zhuo commited on
Commit
b6a9ac2
·
1 Parent(s): b9c02ae

change queries

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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="🔍 Search for your model and press ENTER...",
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", False)
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):