EricBoi commited on
Commit
9ecc2fe
·
1 Parent(s): 43fdd4d
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -136,8 +136,8 @@ mono = dcm1results["mono"]
136
  atoms = dcm1results["atoms"]
137
  dcmol = dcm1results["dcmol"]
138
 
139
- st.write(dipo)
140
- st.write(mono)
141
  #st.write(MessagePassingModel)
142
  #st.write(test_weights)
143
  #
@@ -157,7 +157,7 @@ output = StringIO()
157
 
158
  data = output.getvalue()
159
 
160
- st.write(type(data))
161
 
162
  st.html(data)
163
 
 
136
  atoms = dcm1results["atoms"]
137
  dcmol = dcm1results["dcmol"]
138
 
139
+ #st.write(dipo)
140
+ #st.write(mono)
141
  #st.write(MessagePassingModel)
142
  #st.write(test_weights)
143
  #
 
157
 
158
  data = output.getvalue()
159
 
160
+ st.write(data)
161
 
162
  st.html(data)
163