Spaces:
Running
Running
Rename pages/DLC_corg_scVI_integrated_week6-week16.py to pages/DLC_AN2_WT2.py
Browse files
pages/{DLC_corg_scVI_integrated_week6-week16.py → DLC_AN2_WT2.py}
RENAMED
@@ -9,7 +9,8 @@ import dash_callback_chain
|
|
9 |
import yaml
|
10 |
import polars as pl
|
11 |
import os
|
12 |
-
|
|
|
13 |
|
14 |
dash.register_page(__name__, location="sidebar")
|
15 |
|
|
|
9 |
import yaml
|
10 |
import polars as pl
|
11 |
import os
|
12 |
+
from natsort import natsorted
|
13 |
+
#pl.enable_string_cache(False)
|
14 |
|
15 |
dash.register_page(__name__, location="sidebar")
|
16 |
|