S0udy commited on
Commit
4aabf7c
·
verified ·
1 Parent(s): 1e4767c

Update app.py

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