Arts-of-coding commited on
Commit
c00e152
·
verified ·
1 Parent(s): f690326

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +1 -0
dash_plotly_QC_scRNA.py CHANGED
@@ -66,6 +66,7 @@ tab0_content = html.Div([
66
  )
67
 
68
  def update_dataset(dataset_chosen): #batch_chosen,
 
69
  filepath = f"az://data10xflex/{dataset_chosen}.parquet"
70
  df = pl.read_parquet(filepath,storage_options=storage_options)
71
  return df
 
66
  )
67
 
68
  def update_dataset(dataset_chosen): #batch_chosen,
69
+ global df
70
  filepath = f"az://data10xflex/{dataset_chosen}.parquet"
71
  df = pl.read_parquet(filepath,storage_options=storage_options)
72
  return df