Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -162,6 +162,8 @@ if submitted:
|
|
162 |
# legends=None,
|
163 |
returnPNG=False,
|
164 |
drawOptions=drawOptions,
|
|
|
|
|
165 |
|
166 |
)
|
167 |
print(type(molecule_image))
|
|
|
162 |
# legends=None,
|
163 |
returnPNG=False,
|
164 |
drawOptions=drawOptions,
|
165 |
+
highlightAtomLists=None,
|
166 |
+
highlightBondLists=None,
|
167 |
|
168 |
)
|
169 |
print(type(molecule_image))
|