jharrison27 commited on
Commit
ba6b8a0
·
1 Parent(s): e6b6960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('⚛️🧬Chemical Graph 3D Molecule🧬⚛️:')
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