simonduerr commited on
Commit
45b5401
1 Parent(s): f25fb09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ def preprocess_mol(pdb_code="", filepath=""):
350
  print("cleaned", tf_cleaned)
351
  mol.write(tf_cleaned.name)
352
  print(os.listdir())
353
- return tf_cleaned.name, df, tf_original
354
 
355
 
356
  def assign_sasa(mol):
 
350
  print("cleaned", tf_cleaned)
351
  mol.write(tf_cleaned.name)
352
  print(os.listdir())
353
+ return tf_cleaned.name, df, tf_original.name
354
 
355
 
356
  def assign_sasa(mol):