Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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":
|