Update pages/keratinocytes_scVI_integration.py
Browse files
pages/keratinocytes_scVI_integration.py
CHANGED
@@ -117,7 +117,7 @@ tab4_content = html.Div([
|
|
117 |
options=df.columns),
|
118 |
html.Div([
|
119 |
html.Label("Multi gene"),
|
120 |
-
dcc.Dropdown(id='dpdn7', value=["
|
121 |
options=df.columns),
|
122 |
]),
|
123 |
html.Div([
|
|
|
117 |
options=df.columns),
|
118 |
html.Div([
|
119 |
html.Label("Multi gene"),
|
120 |
+
dcc.Dropdown(id='dpdn7', value=["KRT4","VIM","KRT14","KRT15","AREG"], multi=True,
|
121 |
options=df.columns),
|
122 |
]),
|
123 |
html.Div([
|