Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
5c6b96b
1
Parent(s):
f5d04a7
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 |
-
|
54 |
}
|
55 |
#myViewer{
|
56 |
float:left;
|
@@ -80,7 +80,7 @@ def molecule(input_pdb, public_link):
|
|
80 |
},
|
81 |
alphafoldView: true,
|
82 |
bgColor: {r:255, g:255, b:255},
|
83 |
-
hideCanvasControls: ["selection", "animation", "controlToggle", "controlInfo"]
|
84 |
}
|
85 |
|
86 |
//Get element from HTML/Template to place the viewer
|
|
|
50 |
background-color: #474748 !important;
|
51 |
}
|
52 |
.viewerSection {
|
53 |
+
margin: 120px 0 0 50px;
|
54 |
}
|
55 |
#myViewer{
|
56 |
float:left;
|
|
|
80 |
},
|
81 |
alphafoldView: true,
|
82 |
bgColor: {r:255, g:255, b:255},
|
83 |
+
//hideCanvasControls: ["selection", "animation", "controlToggle", "controlInfo"]
|
84 |
}
|
85 |
|
86 |
//Get element from HTML/Template to place the viewer
|