Spaces:
Sleeping
Sleeping
debug
Browse files
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(
|