Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def visualize_isnad(taraf_num, yaxis):
|
|
106 |
isnad_pos = nx.nx_agraph.graphviz_layout(G, prog='dot')
|
107 |
x_stretch = 4
|
108 |
y_stretch = 4
|
109 |
-
net = Network(directed =True, select_menu=True)
|
110 |
|
111 |
for node, pos in isnad_pos.items():
|
112 |
node_info = narrator_bios[narrator_bios['Rawi ID'] == int(node)]
|
|
|
106 |
isnad_pos = nx.nx_agraph.graphviz_layout(G, prog='dot')
|
107 |
x_stretch = 4
|
108 |
y_stretch = 4
|
109 |
+
net = Network(directed =True, select_menu=True, cdn_resources='remote')
|
110 |
|
111 |
for node, pos in isnad_pos.items():
|
112 |
node_info = narrator_bios[narrator_bios['Rawi ID'] == int(node)]
|