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