Arts-of-coding commited on
Commit
6556324
·
verified ·
1 Parent(s): e2578d3

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
@@ -58,7 +58,7 @@ app = dash.Dash(__name__, external_stylesheets=external_stylesheets) #, requests
58
 
59
  tab0_content = html.Div([
60
  html.Label("Dataset chosen"),
61
- dcc.Dropdown(id='dpdn1', value="d1011/10xflexd1011_umap_clusres", multi=False,
62
  options=["corg/10xflexcorg_umap_clusres","d1011/10xflexd1011_umap_clusres"])
63
  ])
64
 
 
58
 
59
  tab0_content = html.Div([
60
  html.Label("Dataset chosen"),
61
+ dcc.Dropdown(id='dpdn1', value="corg/10xflexcorg_umap_clusres", multi=False,
62
  options=["corg/10xflexcorg_umap_clusres","d1011/10xflexd1011_umap_clusres"])
63
  ])
64