wangjin2000 commited on
Commit
a982de1
·
verified ·
1 Parent(s): 9769ada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def predict_peptide_from_file(base_model_path, finetuned_model_path, file_obj, p
239
 
240
  results_df.to_csv(str_outpath, header=True, index=False)
241
 
242
- return outpath
243
 
244
  def suggest(option):
245
  if option == "Protein:P63279":
 
239
 
240
  results_df.to_csv(str_outpath, header=True, index=False)
241
 
242
+ return str_outpath
243
 
244
  def suggest(option):
245
  if option == "Protein:P63279":