maom commited on
Commit
37dcfa7
·
verified ·
1 Parent(s): 4845564

fix syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,4 +131,4 @@ stylesheet = [
131
  ]
132
 
133
  st.title("ToxoCEN Network")
134
- clicked_elements = st_cytoscapejs(elements, stylesheet)
 
131
  ]
132
 
133
  st.title("ToxoCEN Network")
134
+ clicked_elements = st_cytoscapejs(network_data, stylesheet)