Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ for i in range(len(neighbors.index)):
|
|
154 |
"data" : {
|
155 |
"source" : edge["gene_id_1"],
|
156 |
"target" : edge["gene_id_2"],
|
157 |
-
"width" : edge["coexp_score"]
|
158 |
|
159 |
|
160 |
with col3:
|
|
|
154 |
"data" : {
|
155 |
"source" : edge["gene_id_1"],
|
156 |
"target" : edge["gene_id_2"],
|
157 |
+
"width" : if edge["coexp_score"] > 0.9 then 20 else 5}})
|
158 |
|
159 |
|
160 |
with col3:
|