diff options
Diffstat (limited to 'app/templates/visualise.html')
-rw-r--r-- | app/templates/visualise.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/templates/visualise.html b/app/templates/visualise.html index f1bb068..deb68e1 100644 --- a/app/templates/visualise.html +++ b/app/templates/visualise.html @@ -2,7 +2,6 @@ {% set active_page = "tool" %} {% block main %} <h1>Curie Visualise</h1> - <p>placeholder uwu</p> <script src="https://cdnjs.cloudflare.com/ajax/libs/3Dmol/1.5.0/3Dmol-min.js"></script> <div id="container-01" class="mol-container"></div> @@ -163,7 +162,6 @@ <button type="button" class="btn btn-outline-secondary" onclick="surf2 = viewer.addSurface($3Dmol.SurfaceType.MS, {map:{prop:'partialCharge',scheme:new $3Dmol.Gradient.RWB(-.6,.6)}, opacity:0.85}, {chain:'B'},{chain:'B'});">Show Secondary Surface</button> <button type="button" class="btn btn-outline-secondary" onclick="viewer.removeAllSurfaces();">Hide Surfaces</button> <br> - <input type="file" onchange="readText(this, function(data, name) {viewer.clear(); m= viewer.addModel(data,name); viewer.zoomTo(); viewer.render();} );"> <div class="input-group mb-3"> <div class="input-group-prepend"> |