S0udy commited on
Commit
3e934ee
·
verified ·
1 Parent(s): ff7fed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with tab3:
272
  spin = st.toggle('Animate', value=False, key=2)
273
  box = st.toggle('Show Box', value=False, key=3)
274
  bcolor = st.color_picker('Pick Background Color', '#323232', key=4)
275
- render_3d(smiles)
276
 
277
  with tab4:
278
  st.subheader("**:gray[Representation and Format] :gray[Conversion]**")
 
272
  spin = st.toggle('Animate', value=False, key=2)
273
  box = st.toggle('Show Box', value=False, key=3)
274
  bcolor = st.color_picker('Pick Background Color', '#323232', key=4)
275
+ render_4d(smiles)
276
 
277
  with tab4:
278
  st.subheader("**:gray[Representation and Format] :gray[Conversion]**")