zhwang4ai commited on
Commit
4733633
·
1 Parent(s): ce0f86b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,7 +149,7 @@ with demo:
149
  #cols_bar.change(filter_and_search, inputs=[cols_bar, search_bar], outputs=[leaderboard_table])
150
  # search_bar.submit(filter_and_search, inputs=[cols_bar, search_bar], outputs=[leaderboard_table])
151
  with gr.TabItem("Success Rates - Detailed"):
152
- with gr.Row():
153
  with gr.Row():
154
  search_bar = gr.Textbox(placeholder="Search for your model...", show_label=False)
155
 
@@ -168,7 +168,7 @@ with demo:
168
  search_bar.submit(filter_and_search, inputs=[cols_bar, search_bar], outputs=[detailed_success_rate_table])
169
 
170
  with gr.TabItem("Action Counts - Detailed"):
171
- with gr.Row():
172
  with gr.Row():
173
  search_bar_1 = gr.Textbox(placeholder="Search for your model...", show_label=False)
174
 
 
149
  #cols_bar.change(filter_and_search, inputs=[cols_bar, search_bar], outputs=[leaderboard_table])
150
  # search_bar.submit(filter_and_search, inputs=[cols_bar, search_bar], outputs=[leaderboard_table])
151
  with gr.TabItem("Success Rates - Detailed"):
152
+ with gr.Column():
153
  with gr.Row():
154
  search_bar = gr.Textbox(placeholder="Search for your model...", show_label=False)
155
 
 
168
  search_bar.submit(filter_and_search, inputs=[cols_bar, search_bar], outputs=[detailed_success_rate_table])
169
 
170
  with gr.TabItem("Action Counts - Detailed"):
171
+ with gr.Column():
172
  with gr.Row():
173
  search_bar_1 = gr.Textbox(placeholder="Search for your model...", show_label=False)
174