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