igashov commited on
Commit
c77895e
·
1 Parent(s): e4172ed

Update output.py

Browse files
Files changed (1) hide show
  1. output.py +2 -2
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
  <style>
6
  .mol-container {{
7
  width: 600px;
@@ -12,7 +13,6 @@ INITIAL_RENDERING_TEMPLATE = """<!DOCTYPE html>
12
  background-image:None;
13
  }}
14
  </style>
15
- <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
16
  </head>
17
 
18
  <body>
@@ -38,6 +38,7 @@ SAMPLES_RENDERING_TEMPLATE = """<!DOCTYPE html>
38
  <html>
39
  <head>
40
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
41
  <style>
42
  .mol-container {{
43
  width: 600px;
@@ -48,7 +49,6 @@ SAMPLES_RENDERING_TEMPLATE = """<!DOCTYPE html>
48
  background-image:None;
49
  }}
50
  </style>
51
- <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
52
  </head>
53
 
54
  <body>
 
2
  <html>
3
  <head>
4
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5
+ <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
6
  <style>
7
  .mol-container {{
8
  width: 600px;
 
13
  background-image:None;
14
  }}
15
  </style>
 
16
  </head>
17
 
18
  <body>
 
38
  <html>
39
  <head>
40
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
41
+ <script src="https://3Dmol.csb.pitt.edu/build/3Dmol-min.js"></script>
42
  <style>
43
  .mol-container {{
44
  width: 600px;
 
49
  background-image:None;
50
  }}
51
  </style>
 
52
  </head>
53
 
54
  <body>