osanseviero commited on
Commit
1f80b78
·
1 Parent(s): cb99bf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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), 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):