Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
f5d04a7
1
Parent(s):
c6c795e
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def molecule(input_pdb, public_link):
|
|
75 |
//Set options (Checkout available options list in the documentation)
|
76 |
var options = {
|
77 |
customData: {
|
78 |
-
url: \""""+link+"""
|
79 |
format: "pdb"
|
80 |
},
|
81 |
alphafoldView: true,
|
|
|
75 |
//Set options (Checkout available options list in the documentation)
|
76 |
var options = {
|
77 |
customData: {
|
78 |
+
url: \""""+link+"""\",
|
79 |
format: "pdb"
|
80 |
},
|
81 |
alphafoldView: true,
|