Spaces:
Running
Running
Update pages/No_suture.py
Browse files- pages/No_suture.py +2 -2
pages/No_suture.py
CHANGED
@@ -14,7 +14,7 @@ from natsort import natsorted
|
|
14 |
|
15 |
dash.register_page(__name__, location="sidebar")
|
16 |
|
17 |
-
|
18 |
|
19 |
# Set custom resolution for plots:
|
20 |
config_fig = {
|
@@ -53,7 +53,7 @@ col_mt = config.get("col_mt")
|
|
53 |
#azfs = AzureBlobFileSystem(**storage_options )
|
54 |
|
55 |
# Load in multiple dataframes
|
56 |
-
df = pl.scan_parquet("./data/
|
57 |
|
58 |
# Create the second tab content with scatter-plot_db0-5 and scatter-plot_db0-6
|
59 |
tab2_content = html.Div([
|
|
|
14 |
|
15 |
dash.register_page(__name__, location="sidebar")
|
16 |
|
17 |
+
dataset = "No_suture_polars"
|
18 |
|
19 |
# Set custom resolution for plots:
|
20 |
config_fig = {
|
|
|
53 |
#azfs = AzureBlobFileSystem(**storage_options )
|
54 |
|
55 |
# Load in multiple dataframes
|
56 |
+
df = pl.scan_parquet(f"./data/{dataset}.parquet").collect() #, storage_options=storage_options
|
57 |
|
58 |
# Create the second tab content with scatter-plot_db0-5 and scatter-plot_db0-6
|
59 |
tab2_content = html.Div([
|