maom commited on
Commit
d72ec4c
·
verified ·
1 Parent(s): 17b9ca0

debug import streamlit_cytoscapejs

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -1,4 +1,14 @@
 
1
  import streamlit as st
 
 
 
 
 
 
 
 
 
2
  from streamlit_cytoscapejs import st_cytoscapejs
3
 
4
  elements = [
 
1
+
2
  import streamlit as st
3
+
4
+ import pkg_resources
5
+ installed_packages = pkg_resources.working_set
6
+ installed_packages_list = sorted(["%s==%s" % (i.key, i.version)
7
+ for i in installed_packages])
8
+ print(installed_packages_list)
9
+
10
+ st.write(installed_packages_list)
11
+
12
  from streamlit_cytoscapejs import st_cytoscapejs
13
 
14
  elements = [