Ivan Kudryakov
commited on
Commit
·
1e1e13f
1
Parent(s):
57cb69a
commit 1
Browse files
app.py
CHANGED
@@ -95,4 +95,6 @@ pos = nx.spring_layout(G)
|
|
95 |
|
96 |
nx.draw_networkx_nodes(G, pos, node_size=50)
|
97 |
nx.draw_networkx_edges(G, pos, edge_color='b')
|
98 |
-
plt.show()
|
|
|
|
|
|
95 |
|
96 |
nx.draw_networkx_nodes(G, pos, node_size=50)
|
97 |
nx.draw_networkx_edges(G, pos, edge_color='b')
|
98 |
+
# plt.show()
|
99 |
+
|
100 |
+
st.pyplot(plt)
|