MarcSkovMadsen
commited on
Commit
•
fa9824e
1
Parent(s):
bb37384
Update index.js
Browse files
index.js
CHANGED
@@ -483,7 +483,7 @@ def get_flow_map(nodes, edges, region_admin_bounds, region_code, comm_purpose):
|
|
483 |
@pn.cache
|
484 |
def get_edges_df():
|
485 |
return pd.read_json(
|
486 |
-
"https://
|
487 |
orient="split",
|
488 |
dtype=EDGES_DTYPES,
|
489 |
)
|
|
|
483 |
@pn.cache
|
484 |
def get_edges_df():
|
485 |
return pd.read_json(
|
486 |
+
"https://huggingface.co/spaces/awesome-panel/commuting_flows_italy/resolve/main/edges.json",
|
487 |
orient="split",
|
488 |
dtype=EDGES_DTYPES,
|
489 |
)
|