osbm commited on
Commit
07f378f
·
1 Parent(s): 808014b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -159,6 +159,8 @@ if submitted:
159
  useSVG=True
160
  )
161
  print(type(molecule_image))
 
 
162
  # png_data = io.BytesIO()
163
  # molecule_image.save(png_data, format='PNG')
164
  # png_data.seek(0)
 
159
  useSVG=True
160
  )
161
  print(type(molecule_image))
162
+ print(type(molecule_image._data_and_metadata()))
163
+ molecule_image.save("result_grid.png")
164
  # png_data = io.BytesIO()
165
  # molecule_image.save(png_data, format='PNG')
166
  # png_data.seek(0)