ftshijt commited on
Commit
82aef54
β€’
1 Parent(s): 79aff34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- # 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=[
 
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=[