Spaces:
Runtime error
Runtime error
Update output.py
Browse files
output.py
CHANGED
|
@@ -39,6 +39,7 @@ SAMPLES_RENDERING_TEMPLATE = """<!DOCTYPE html>
|
|
| 39 |
<html>
|
| 40 |
<head>
|
| 41 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
|
| 42 |
<script src="https://3Dmol.org/build/3Dmol.js"></script>
|
| 43 |
<style>
|
| 44 |
.mol-container {{
|
|
|
|
| 39 |
<html>
|
| 40 |
<head>
|
| 41 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
| 42 |
+
<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>
|
| 43 |
<script src="https://3Dmol.org/build/3Dmol.js"></script>
|
| 44 |
<style>
|
| 45 |
.mol-container {{
|