varun500 commited on
Commit
92d98fe
1 Parent(s): 8aea3e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -97,8 +97,6 @@ def main():
97
  node_color=[cluster_colors[G.nodes[node].get("cluster", 0)] for node in G.nodes],
98
  node_size=800,
99
  )
100
-
101
- plt.subplots(figsize=(8, 6))
102
 
103
  # Draw edges
104
  nx.draw_networkx_edges(G, pos, edge_color="gray", width=1, alpha=0.7)
 
97
  node_color=[cluster_colors[G.nodes[node].get("cluster", 0)] for node in G.nodes],
98
  node_size=800,
99
  )
 
 
100
 
101
  # Draw edges
102
  nx.draw_networkx_edges(G, pos, edge_color="gray", width=1, alpha=0.7)