Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,6 @@ source_code = HtmlFile.read()
|
|
132 |
c1,c2=st.beta_columns(2)
|
133 |
with c1:
|
134 |
st.write('Molecule :coffee:')
|
135 |
-
st.image('mol.png')
|
136 |
with c2:
|
137 |
components.html(source_code, height = 400,width=400)
|
138 |
|
|
|
132 |
c1,c2=st.beta_columns(2)
|
133 |
with c1:
|
134 |
st.write('Molecule :coffee:')
|
|
|
135 |
with c2:
|
136 |
components.html(source_code, height = 400,width=400)
|
137 |
|