Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
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>
|