Update pages/keratinocytes_scVI_integration.py
Browse files
pages/keratinocytes_scVI_integration.py
CHANGED
@@ -113,7 +113,7 @@ tab3_content = html.Div([
|
|
113 |
|
114 |
tab4_content = html.Div([
|
115 |
html.Label("Column chosen"),
|
116 |
-
dcc.Dropdown(id='dpdn2', value="
|
117 |
options=df.columns),
|
118 |
html.Div([
|
119 |
html.Label("Multi gene"),
|
|
|
113 |
|
114 |
tab4_content = html.Div([
|
115 |
html.Label("Column chosen"),
|
116 |
+
dcc.Dropdown(id='dpdn2', value="leiden_0.45", multi=False,
|
117 |
options=df.columns),
|
118 |
html.Div([
|
119 |
html.Label("Multi gene"),
|