Spaces:
Runtime error
Runtime error
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=[
|