maom commited on
Commit
f4b1ec9
·
verified ·
1 Parent(s): b32a5a4

fix syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"coexp_scores: {neighbors.coexp_scores.to_list()}")
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()