Spaces:
Running
Running
Update app.py
Browse files
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)
|