Spaces:
Running
Running
simonduerr
commited on
Commit
•
d86a531
1
Parent(s):
06343d0
Update app.py
Browse files
app.py
CHANGED
@@ -845,6 +845,8 @@ def molecule(
|
|
845 |
background-image:None;
|
846 |
}
|
847 |
</style>
|
|
|
|
|
848 |
<script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
|
849 |
</head>
|
850 |
<body>
|
|
|
845 |
background-image:None;
|
846 |
}
|
847 |
</style>
|
848 |
+
<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>
|
849 |
+
|
850 |
<script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
|
851 |
</head>
|
852 |
<body>
|