Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
4014816
1
Parent(s):
3a4bfbb
Update pages/corg.py
Browse files- pages/corg.py +1 -1
pages/corg.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", "LIN28A", "KRT7", "ABCG2", "KRT8", "CPVL", "LUM", "COL1A2", "
|
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", "LIN28A", "KRT7", "ABCG2", "KRT8", "CPVL", "LUM", "COL1A2", "PITX2", "OTX2", "PMEL" , "MITF", "SOX2", "LHX2", "SIX3", "TEK", "PECAM1"], multi=True,
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|