fix bugs
Browse files
app.py
CHANGED
|
@@ -164,8 +164,8 @@ with demo:
|
|
| 164 |
wrap=True,
|
| 165 |
column_widths=[350, 120] + [(150 + len(c)) for c in detailed_success_rate_df.columns[2:]],
|
| 166 |
)
|
| 167 |
-
cols_bar.change(filter_and_search, inputs=[cols_bar, search_bar], outputs=[
|
| 168 |
-
search_bar.submit(filter_and_search, inputs=[cols_bar, search_bar], outputs=[
|
| 169 |
|
| 170 |
with gr.TabItem("Action Counts - Detailed"):
|
| 171 |
with gr.Row():
|
|
|
|
| 164 |
wrap=True,
|
| 165 |
column_widths=[350, 120] + [(150 + len(c)) for c in detailed_success_rate_df.columns[2:]],
|
| 166 |
)
|
| 167 |
+
cols_bar.change(filter_and_search, inputs=[cols_bar, search_bar], outputs=[detailed_success_rate_table])
|
| 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():
|