igashov commited on
Commit
6d9179c
1 Parent(s): c77895e

Update output.py

Browse files
Files changed (1) hide show
  1. output.py +2 -2
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.csb.pitt.edu/build/3Dmol-min.js"></script>
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.csb.pitt.edu/build/3Dmol-min.js"></script>
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;