myshirk commited on
Commit
5274b44
Β·
verified Β·
1 Parent(s): 03e0863

get rid of show_filter

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -79,8 +79,7 @@ result_table = pn.widgets.Tabulator(
79
  page_size=15,
80
  sizing_mode="stretch_width",
81
  layout='fit_columns',
82
- show_index=False,
83
- show_filter=True
84
  )
85
 
86
  # ──────────────────────────────────────────────────────────────────────
 
79
  page_size=15,
80
  sizing_mode="stretch_width",
81
  layout='fit_columns',
82
+ show_index=False
 
83
  )
84
 
85
  # ──────────────────────────────────────────────────────────────────────