Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ G = nx.Graph()
|
|
124 |
G.add_weighted_edges_from(
|
125 |
[neighbors.gene_index_1.to_list(),
|
126 |
neighbors.gene_index_2.to_list(),
|
127 |
-
neighbors.coexp_score.to_list())
|
128 |
layout = nx.spring_layout(G)
|
129 |
|
130 |
|
|
|
124 |
G.add_weighted_edges_from(
|
125 |
[neighbors.gene_index_1.to_list(),
|
126 |
neighbors.gene_index_2.to_list(),
|
127 |
+
neighbors.coexp_score.to_list()])
|
128 |
layout = nx.spring_layout(G)
|
129 |
|
130 |
|