Spaces:
Runtime error
Runtime error
Commit
·
a08ade8
1
Parent(s):
95835ff
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def molecule(input_pdb, public_link):
|
|
50 |
background-color: #474748 !important;
|
51 |
}
|
52 |
.viewerSection {
|
53 |
-
margin: 120px 0 0 50px
|
54 |
}
|
55 |
#myViewer{
|
56 |
float:left;
|
@@ -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: "
|
79 |
format: "pdb"
|
80 |
},
|
81 |
alphafoldView: true,
|
|
|
50 |
background-color: #474748 !important;
|
51 |
}
|
52 |
.viewerSection {
|
53 |
+
/*margin: 120px 0 0 50px;*/
|
54 |
}
|
55 |
#myViewer{
|
56 |
float:left;
|
|
|
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,
|