osanseviero
commited on
Commit
·
2202ad1
1
Parent(s):
49ea493
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ Draw.MolToFile(m,'mol.png')
|
|
34 |
show(compound_smiles)
|
35 |
HtmlFile = open("viz.html", 'r', encoding='utf-8')
|
36 |
source_code = HtmlFile.read()
|
37 |
-
c1,c2=st.
|
38 |
with c1:
|
39 |
st.write('Molecule :coffee:')
|
40 |
st.image('mol.png')
|
|
|
34 |
show(compound_smiles)
|
35 |
HtmlFile = open("viz.html", 'r', encoding='utf-8')
|
36 |
source_code = HtmlFile.read()
|
37 |
+
c1,c2=st.beta_columns(2)
|
38 |
with c1:
|
39 |
st.write('Molecule :coffee:')
|
40 |
st.image('mol.png')
|