Spaces:
Sleeping
Sleeping
Commit
•
b3bd0e4
1
Parent(s):
6d9179c
Fix visualization (#1)
Browse files- Fix visualization (05a84a9a65f8fa663831b6fccb8502166e80664b)
Co-authored-by: Simon Duerr <[email protected]>
output.py
CHANGED
@@ -2,6 +2,7 @@ INITIAL_RENDERING_TEMPLATE = """<!DOCTYPE html>
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
5 |
<script src="https://3Dmol.org/build/3Dmol.js"></script>
|
6 |
<style>
|
7 |
.mol-container {{
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
5 |
+
<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>
|
6 |
<script src="https://3Dmol.org/build/3Dmol.js"></script>
|
7 |
<style>
|
8 |
.mol-container {{
|