Spaces:
Running
Running
roni
commited on
Commit
·
c3ff85a
1
Parent(s):
e2e11de
adding some spin to the visualization
Browse files- protein_viz.py +1 -1
protein_viz.py
CHANGED
@@ -15,7 +15,7 @@ def render_html(pdb_id, chain):
|
|
15 |
data-select1="chain:{chain}"
|
16 |
data-zoomto="chain:{chain}"
|
17 |
data-style1="cartoon:color=spectrum"
|
18 |
-
data-spin=
|
19 |
/>
|
20 |
</body>
|
21 |
</html>
|
|
|
15 |
data-select1="chain:{chain}"
|
16 |
data-zoomto="chain:{chain}"
|
17 |
data-style1="cartoon:color=spectrum"
|
18 |
+
data-spin="axis:y;speed:0.2"
|
19 |
/>
|
20 |
</body>
|
21 |
</html>
|