MarcSkovMadsen
commited on
Commit
•
40c6d1e
1
Parent(s):
e084993
fix
Browse files
index.js
CHANGED
@@ -493,7 +493,7 @@ edges_df = get_edges_df()
|
|
493 |
@pn.cache
|
494 |
def get_nodes_df():
|
495 |
return pd.read_json(
|
496 |
-
"https://
|
497 |
orient="split",
|
498 |
dtype=NODES_DTYPES,
|
499 |
)
|
@@ -504,7 +504,7 @@ nodes_df = get_nodes_df()
|
|
504 |
@pn.cache
|
505 |
def get_region_admin_bounds_df():
|
506 |
return pd.read_json(
|
507 |
-
"https://
|
508 |
orient="split",
|
509 |
dtype=ITA_REGIONS_DTYPES,
|
510 |
)
|
@@ -581,7 +581,7 @@ layout = pn.Row(
|
|
581 |
|
582 |
pn.template.FastListTemplate(
|
583 |
site="",
|
584 |
-
logo="https://
|
585 |
title=DASH_TITLE,
|
586 |
theme="default",
|
587 |
theme_toggle=False,
|
|
|
493 |
@pn.cache
|
494 |
def get_nodes_df():
|
495 |
return pd.read_json(
|
496 |
+
"https://huggingface.co/spaces/awesome-panel/commuting_flows_italy/resolve/main/nodes.json",
|
497 |
orient="split",
|
498 |
dtype=NODES_DTYPES,
|
499 |
)
|
|
|
504 |
@pn.cache
|
505 |
def get_region_admin_bounds_df():
|
506 |
return pd.read_json(
|
507 |
+
"https://huggingface.co/spaces/awesome-panel/commuting_flows_italy/resolve/main/italian_regions.json",
|
508 |
orient="split",
|
509 |
dtype=ITA_REGIONS_DTYPES,
|
510 |
)
|
|
|
581 |
|
582 |
pn.template.FastListTemplate(
|
583 |
site="",
|
584 |
+
logo="https://huggingface.co/spaces/awesome-panel/commuting_flows_italy/resolve/main/home_work.svg",
|
585 |
title=DASH_TITLE,
|
586 |
theme="default",
|
587 |
theme_toggle=False,
|