sagawa commited on
Commit
34248d7
1 Parent(s): e443961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def predict_stability_with_pdb(model_choice, organism_choice, pdb_files, cfg=Con
43
 
44
  prediction = predict_stability_core(model_choice, organism_choice, sequence, cfg)
45
  results.append(f"Prediction for {pdb_file.name}: {prediction}")
46
- return "<br>".join(results)
47
  except Exception as e:
48
  return f"An error occurred: {str(e)}"
49
 
 
43
 
44
  prediction = predict_stability_core(model_choice, organism_choice, sequence, cfg)
45
  results.append(f"Prediction for {pdb_file.name}: {prediction}")
46
+ return "<br>".join(results)
47
  except Exception as e:
48
  return f"An error occurred: {str(e)}"
49