Spaces:
Paused
Paused
Commit
·
d58e1d2
1
Parent(s):
6d03390
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def update(sequence=DEFAULT_SEQ):
|
|
81 |
with tempfile.NamedTemporaryFile() as tmp:
|
82 |
tmp.write(pdb_string)
|
83 |
|
84 |
-
return molecule(tmp.name), tmp
|
85 |
|
86 |
|
87 |
def suggest(option):
|
|
|
81 |
with tempfile.NamedTemporaryFile() as tmp:
|
82 |
tmp.write(pdb_string)
|
83 |
|
84 |
+
return molecule(tmp.name), tmp
|
85 |
|
86 |
|
87 |
def suggest(option):
|