Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
c223338
1
Parent(s):
b1e7e74
fix jquery
Browse files
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/[email protected]/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/[email protected]/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>
|