simonduerr commited on
Commit
c223338
1 Parent(s): b1e7e74

fix jquery

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -126,6 +126,7 @@ def molecule(pdb, probes, cube):
126
  <html>
127
  <head>
128
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
129
  <link rel="stylesheet" href="https://unpkg.com/flowbite@1.4.5/dist/flowbite.min.css" />
130
  <style>
131
  body{
@@ -149,6 +150,8 @@ def molecule(pdb, probes, cube):
149
  #isovalue{
150
  text-align:right}
151
  </style>
 
 
152
  <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
153
  <script src="https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/2.3.3/rangeslider.min.js" integrity="sha512-BUlWdwDeJo24GIubM+z40xcj/pjw7RuULBkxOTc+0L9BaGwZPwiwtbiSVzv31qR7TWx7bs6OPTE5IyfLOorboQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
154
  </head>
 
126
  <html>
127
  <head>
128
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
129
+
130
  <link rel="stylesheet" href="https://unpkg.com/flowbite@1.4.5/dist/flowbite.min.css" />
131
  <style>
132
  body{
 
150
  #isovalue{
151
  text-align:right}
152
  </style>
153
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
154
+
155
  <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
156
  <script src="https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/2.3.3/rangeslider.min.js" integrity="sha512-BUlWdwDeJo24GIubM+z40xcj/pjw7RuULBkxOTc+0L9BaGwZPwiwtbiSVzv31qR7TWx7bs6OPTE5IyfLOorboQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
157
  </head>