Spaces:
Paused
Paused
Commit
·
1f80b78
1
Parent(s):
cb99bf4
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def update(sequence=DEFAULT_SEQ):
|
|
109 |
with open(tmp.name, "w") as f:
|
110 |
f.write(pdb_string)
|
111 |
|
112 |
-
return molecule(tmp.name),
|
113 |
|
114 |
|
115 |
def suggest(option):
|
|
|
109 |
with open(tmp.name, "w") as f:
|
110 |
f.write(pdb_string)
|
111 |
|
112 |
+
return molecule(tmp.name), "test.jpg"
|
113 |
|
114 |
|
115 |
def suggest(option):
|