Spaces:
Sleeping
Sleeping
Update dash_plotly_QC_scRNA.py
Browse files- 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="
|
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 |
|