Spaces:
Runtime error
Runtime error
Commit ·
ba6b8a0
1
Parent(s): e6b6960
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ HtmlFile = open("viz.html", 'r', encoding='utf-8')
|
|
| 127 |
source_code = HtmlFile.read()
|
| 128 |
c1,c2=st.columns(2)
|
| 129 |
with c1:
|
| 130 |
-
st.write('
|
| 131 |
with c2:
|
| 132 |
components.html(source_code, height = 400,width=400)
|
| 133 |
|
|
|
|
| 127 |
source_code = HtmlFile.read()
|
| 128 |
c1,c2=st.columns(2)
|
| 129 |
with c1:
|
| 130 |
+
st.write('3D Molecule:')
|
| 131 |
with c2:
|
| 132 |
components.html(source_code, height = 400,width=400)
|
| 133 |
|