Arts-of-coding
commited on
Commit
•
7cad39a
1
Parent(s):
8339a38
Update pages/d10_11_10xflex_iLSC.py
Browse files
pages/d10_11_10xflex_iLSC.py
CHANGED
@@ -11,8 +11,7 @@ import polars as pl
|
|
11 |
import os
|
12 |
pl.enable_string_cache(False)
|
13 |
|
14 |
-
dash.register_page(__name__,
|
15 |
-
path="/10xflex")
|
16 |
|
17 |
dataset = "data10xflex/d1011/10xflexd1011_umap_clusres"
|
18 |
|
|
|
11 |
import os
|
12 |
pl.enable_string_cache(False)
|
13 |
|
14 |
+
dash.register_page(__name__, location="sidebar")
|
|
|
15 |
|
16 |
dataset = "data10xflex/d1011/10xflexd1011_umap_clusres"
|
17 |
|