Commit
·
8da5a9d
1
Parent(s):
1f4ae5d
Update pages/Cornea_v1_integrated_scVI.py
Browse files
pages/Cornea_v1_integrated_scVI.py
CHANGED
@@ -9,7 +9,7 @@ import dash_callback_chain
|
|
9 |
import yaml
|
10 |
import polars as pl
|
11 |
import os
|
12 |
-
pl.enable_string_cache(False)
|
13 |
|
14 |
dash.register_page(__name__, location="sidebar")
|
15 |
|
|
|
9 |
import yaml
|
10 |
import polars as pl
|
11 |
import os
|
12 |
+
#pl.enable_string_cache(False)
|
13 |
|
14 |
dash.register_page(__name__, location="sidebar")
|
15 |
|