Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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]**")
|