Spaces:
Runtime error
Runtime error
Update pages/keratinocytes.py
Browse files- pages/keratinocytes.py +1 -1
pages/keratinocytes.py
CHANGED
@@ -261,7 +261,7 @@ tab3_content = html.Div([
|
|
261 |
tab4_content = html.Div([
|
262 |
html.Div([
|
263 |
html.Label("Multi gene"),
|
264 |
-
dcc.Dropdown(id='dpdn7', value=["PAX6", "TP63", "SPP1", "S100A9", "
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|
|
|
261 |
tab4_content = html.Div([
|
262 |
html.Div([
|
263 |
html.Label("Multi gene"),
|
264 |
+
dcc.Dropdown(id='dpdn7', value=["PAX6", "TP63", "SPP1", "S100A9", "KRT8"], multi=True,
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|