Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def display_dti():
|
|
54 |
with col1:
|
55 |
st.write("")
|
56 |
with col2:
|
57 |
-
st.image(
|
58 |
with col3:
|
59 |
st.write("")
|
60 |
st.markdown('##')
|
|
|
54 |
with col1:
|
55 |
st.write("")
|
56 |
with col2:
|
57 |
+
st.image(mol_img, width = 140)
|
58 |
with col3:
|
59 |
st.write("")
|
60 |
st.markdown('##')
|