Commit
·
d946f3e
1
Parent(s):
08492b9
Update pages/Cornea_v1_integrated_scVI.py
Browse files
pages/Cornea_v1_integrated_scVI.py
CHANGED
@@ -260,7 +260,7 @@ tab2_content = html.Div([
|
|
260 |
|
261 |
tab3_content = html.Div([
|
262 |
html.Label("Column chosen"),
|
263 |
-
dcc.Dropdown(id='dpdn2', value="
|
264 |
options=df.columns),
|
265 |
html.Div([
|
266 |
html.Label("Multi gene"),
|
|
|
260 |
|
261 |
tab3_content = html.Div([
|
262 |
html.Label("Column chosen"),
|
263 |
+
dcc.Dropdown(id='dpdn2', value="integrated_cell_states", multi=False,
|
264 |
options=df.columns),
|
265 |
html.Div([
|
266 |
html.Label("Multi gene"),
|