awacke1 commited on
Commit
361fe66
·
1 Parent(s): b8cbfe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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