igashov commited on
Commit
5570919
1 Parent(s): 4bec175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,11 +8,11 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
8
 
9
  <head>
10
  <style>
11
- .mol-container {
12
  width: 60%;
13
  height: 400px;
14
  position: relative;
15
- }
16
  </style>
17
  <script src="http://3Dmol.csb.pitt.edu/build/3Dmol-min.js""></script>
18
  </head>
 
8
 
9
  <head>
10
  <style>
11
+ .mol-container {{
12
  width: 60%;
13
  height: 400px;
14
  position: relative;
15
+ }}
16
  </style>
17
  <script src="http://3Dmol.csb.pitt.edu/build/3Dmol-min.js""></script>
18
  </head>