Spaces:
Running
on
T4
Running
on
T4
Simon Duerr
commited on
Commit
·
5866cec
1
Parent(s):
96944c8
fix
Browse files
app.py
CHANGED
|
@@ -1128,7 +1128,7 @@ def molecule(input_pdb, aligned_pdb, lenSeqs, num_res, selectedResidues, allSeqs
|
|
| 1128 |
}
|
| 1129 |
});
|
| 1130 |
$("#download").click(function () {
|
| 1131 |
-
download("outputs/out_" + currentIndex + "_aligned.pdb", data);
|
| 1132 |
})
|
| 1133 |
});
|
| 1134 |
function download(filename, text) {
|
|
|
|
| 1128 |
}
|
| 1129 |
});
|
| 1130 |
$("#download").click(function () {
|
| 1131 |
+
download("outputs/out_" + currentIndex + "_aligned.pdb", data[currentIndex]);
|
| 1132 |
})
|
| 1133 |
});
|
| 1134 |
function download(filename, text) {
|