BenchmarkBot commited on
Commit
3bf1b02
β€’
1 Parent(s): 3cf7ac3

changed search bar css

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. src/assets/css_html_js.py +1 -5
app.py CHANGED
@@ -92,13 +92,13 @@ with demo:
92
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
93
 
94
  with gr.Row():
95
- with gr.Box(elem_id="search-bar-table-box"):
96
  search_bar = gr.Textbox(
 
97
  info="πŸ”Ž Search for a model and press Submit πŸš€",
98
  elem_id="search-bar",
99
  )
100
 
101
- with gr.Row():
102
  with gr.Column(scale=1):
103
  backend_checkboxes = gr.CheckboxGroup(
104
  choices=["pytorch", "onnxruntime"],
 
92
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
93
 
94
  with gr.Row():
95
+ with gr.Column(scale=2):
96
  search_bar = gr.Textbox(
97
+ label=None,
98
  info="πŸ”Ž Search for a model and press Submit πŸš€",
99
  elem_id="search-bar",
100
  )
101
 
 
102
  with gr.Column(scale=1):
103
  backend_checkboxes = gr.CheckboxGroup(
104
  choices=["pytorch", "onnxruntime"],
src/assets/css_html_js.py CHANGED
@@ -40,11 +40,7 @@ custom_css = """
40
  background: none;
41
  border: none;
42
  }
43
-
44
- #search-bar {
45
- padding: 0px;
46
- width: 30%;
47
- }
48
 
49
  /* Hides the final AutoEvalColumn */
50
  #llm-benchmark-tab-table table td:last-child,
 
40
  background: none;
41
  border: none;
42
  }
43
+
 
 
 
 
44
 
45
  /* Hides the final AutoEvalColumn */
46
  #llm-benchmark-tab-table table td:last-child,