Arts-of-coding commited on
Commit
abf25e7
·
verified ·
1 Parent(s): 8df1b7d

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
@@ -52,7 +52,7 @@ external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
52
  app = dash.Dash(__name__, external_stylesheets=external_stylesheets) #, requests_pathname_prefix='/dashboard1/'
53
 
54
  #df = pl.read_parquet(filepath,storage_options=storage_options)
55
- df = pl.DataFrame()
56
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
57
  #df = df.rename({"__index_level_0__": "Unnamed: 0"})
58
 
 
52
  app = dash.Dash(__name__, external_stylesheets=external_stylesheets) #, requests_pathname_prefix='/dashboard1/'
53
 
54
  #df = pl.read_parquet(filepath,storage_options=storage_options)
55
+ #df = pl.DataFrame()
56
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
57
  #df = df.rename({"__index_level_0__": "Unnamed: 0"})
58