MarcSkovMadsen
commited on
Commit
•
bb37384
1
Parent(s):
ca8d749
Update index.py
Browse files
index.py
CHANGED
@@ -434,7 +434,7 @@ def get_flow_map(nodes, edges, region_admin_bounds, region_code, comm_purpose):
|
|
434 |
@pn.cache
|
435 |
def get_edges_df():
|
436 |
return pd.read_json(
|
437 |
-
"https://
|
438 |
orient="split",
|
439 |
dtype=EDGES_DTYPES,
|
440 |
)
|
|
|
434 |
@pn.cache
|
435 |
def get_edges_df():
|
436 |
return pd.read_json(
|
437 |
+
"https://huggingface.co/spaces/awesome-panel/commuting_flows_italy/resolve/main/edges.json",
|
438 |
orient="split",
|
439 |
dtype=EDGES_DTYPES,
|
440 |
)
|