Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,6 @@ if uploaded_file is not None:
|
|
100 |
st.markdown("""<style>[data-baseweb="select"] {margin-top: 52px;}</style>""", unsafe_allow_html=True)
|
101 |
download = st.button('Download')
|
102 |
|
103 |
-
|
104 |
colA, colB = st.columns(2)
|
105 |
|
106 |
plot_image(np.log10(data+1), scale)
|
|
|
100 |
st.markdown("""<style>[data-baseweb="select"] {margin-top: 52px;}</style>""", unsafe_allow_html=True)
|
101 |
download = st.button('Download')
|
102 |
|
|
|
103 |
colA, colB = st.columns(2)
|
104 |
|
105 |
plot_image(np.log10(data+1), scale)
|