Plsek commited on
Commit
6328455
·
1 Parent(s): 5a26856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)