Spaces:
Sleeping
Sleeping
Update pages/DLC_WT2.py
Browse files- pages/DLC_WT2.py +1 -1
pages/DLC_WT2.py
CHANGED
@@ -114,7 +114,7 @@ tab3_content = html.Div([
|
|
114 |
|
115 |
tab4_content = html.Div([
|
116 |
html.Label("Column chosen"),
|
117 |
-
dcc.Dropdown(id='dpdn2', value="
|
118 |
options=df.columns),
|
119 |
html.Div([
|
120 |
html.Label("Multi gene"),
|
|
|
114 |
|
115 |
tab4_content = html.Div([
|
116 |
html.Label("Column chosen"),
|
117 |
+
dcc.Dropdown(id='dpdn2', value="leiden_res_0.95", multi=False,
|
118 |
options=df.columns),
|
119 |
html.Div([
|
120 |
html.Label("Multi gene"),
|