maom commited on
Commit
75500d1
·
verified ·
1 Parent(s): bedb29d
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -119,6 +119,8 @@ neighbors = neighbors.merge(
119
  # note I think CytoscapeJS can layout graphs
120
  # but I'm unsure how to do it through the streamlit-cytoscapejs interface :(
121
 
 
 
122
 
123
  G = nx.Graph()
124
  G.add_weighted_edges_from(
 
119
  # note I think CytoscapeJS can layout graphs
120
  # but I'm unsure how to do it through the streamlit-cytoscapejs interface :(
121
 
122
+ st.write(neighbors)
123
+
124
 
125
  G = nx.Graph()
126
  G.add_weighted_edges_from(