Update app.py
Browse files
app.py
CHANGED
@@ -140,12 +140,12 @@ with demo:
|
|
140 |
with gr.TabItem("๐
Discrete Speech Challenge", elem_id="llm-benchmark-tab-table", id=0):
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
with gr.Row():
|
150 |
shown_columns = gr.CheckboxGroup(
|
151 |
choices=[
|
|
|
140 |
with gr.TabItem("๐
Discrete Speech Challenge", elem_id="llm-benchmark-tab-table", id=0):
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
+
with gr.Row():
|
144 |
+
search_bar = gr.Textbox(
|
145 |
+
placeholder=" ๐ Search for your model (separate multiple queries with `;`) and press ENTER...",
|
146 |
+
show_label=False,
|
147 |
+
elem_id="search-bar",
|
148 |
+
)
|
149 |
with gr.Row():
|
150 |
shown_columns = gr.CheckboxGroup(
|
151 |
choices=[
|