KashyapiNagaHarshitha commited on
Commit
f031f40
·
verified ·
1 Parent(s): 4b77b2e

Update Quality_Control.py

Browse files
Files changed (1) hide show
  1. Quality_Control.py +1 -1
Quality_Control.py CHANGED
@@ -563,7 +563,7 @@ tabulator.param.watch(update_intensities, 'value')
563
 
564
  # Layout
565
  updated_intensities = pn.Column(tabulator, run_button, new_data_table, sizing_mode="stretch_width")
566
-
567
  '''
568
  # Iterate over each column name
569
  for column in all_columns:
 
563
 
564
  # Layout
565
  updated_intensities = pn.Column(tabulator, run_button, new_data_table, sizing_mode="stretch_width")
566
+ pn.extension('tabulator')
567
  '''
568
  # Iterate over each column name
569
  for column in all_columns: