Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HikmaLabs
/
City_Network_Visualizer
like
0
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
FDSRashid
commited on
May 24, 2024
Commit
b968778
·
verified
·
1 Parent(s):
c739245
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,7 +56,7 @@ def network_visualizer(yaxis, city, fstyear,lastyr, num_nodes):
56
else:
57
edge_15 = edges_split.copy()
58
59
-
net = Network()
60
61
62
56
else:
57
edge_15 = edges_split.copy()
58
59
+
net = Network(
directed =True
)
60
61
62