Arts-of-coding commited on
Commit
937393e
·
verified ·
1 Parent(s): 973fd0c

Update dash_plotly_QC_scRNA.py

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