Spaces:
Sleeping
Sleeping
fix syntax
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ node_info = pd.DataFrame({
|
|
109 |
|
110 |
st.write(f"gene_id_1: {neighbors.gene_id_1.to_list()}")
|
111 |
st.write(f"gene_id_2: {neighbors.gene_id_2.to_list()}")
|
112 |
-
st.write(f"
|
113 |
|
114 |
|
115 |
G = nx.Graph()
|
|
|
109 |
|
110 |
st.write(f"gene_id_1: {neighbors.gene_id_1.to_list()}")
|
111 |
st.write(f"gene_id_2: {neighbors.gene_id_2.to_list()}")
|
112 |
+
st.write(f"coexp_score: {neighbors.coexp_score.to_list()}")
|
113 |
|
114 |
|
115 |
G = nx.Graph()
|