Spaces:
Runtime error
Runtime error
Update proteins_viz.py
Browse files- proteins_viz.py +1 -2
proteins_viz.py
CHANGED
|
@@ -132,6 +132,5 @@ def take_care(pdb_path):
|
|
| 132 |
# Load the PNG image into a PIL image
|
| 133 |
image = Image.open(image_file)
|
| 134 |
|
| 135 |
-
p.write_html("protein.html")
|
| 136 |
|
| 137 |
-
return image
|
|
|
|
| 132 |
# Load the PNG image into a PIL image
|
| 133 |
image = Image.open(image_file)
|
| 134 |
|
|
|
|
| 135 |
|
| 136 |
+
return image
|