Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ if uploaded_file is not None:
|
|
| 166 |
col6.subheader("")
|
| 167 |
|
| 168 |
with col1:
|
| 169 |
-
st.markdown("""<style>[data-baseweb="select"] {margin-top: -26px;}</style>""", unsafe_allow_html=True)
|
| 170 |
st.markdown("<style>{margin-top: -26px;}</style>", unsafe_allow_html=True)
|
| 171 |
max_scale = int(data.shape[0] // 128)
|
| 172 |
scale = st.selectbox('Scale:',[f"{(i+1)*128}x{(i+1)*128}" for i in range(max_scale)], label_visibility="hidden")
|
|
@@ -203,7 +203,7 @@ if uploaded_file is not None:
|
|
| 203 |
plot_decomposed(image_decomposed)
|
| 204 |
|
| 205 |
with col6:
|
| 206 |
-
st.markdown("<br
|
| 207 |
# st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
|
| 208 |
fname = uploaded_file.name.strip(".fits")
|
| 209 |
|
|
|
|
| 166 |
col6.subheader("")
|
| 167 |
|
| 168 |
with col1:
|
| 169 |
+
# st.markdown("""<style>[data-baseweb="select"] {margin-top: -26px;}</style>""", unsafe_allow_html=True)
|
| 170 |
st.markdown("<style>{margin-top: -26px;}</style>", unsafe_allow_html=True)
|
| 171 |
max_scale = int(data.shape[0] // 128)
|
| 172 |
scale = st.selectbox('Scale:',[f"{(i+1)*128}x{(i+1)*128}" for i in range(max_scale)], label_visibility="hidden")
|
|
|
|
| 203 |
plot_decomposed(image_decomposed)
|
| 204 |
|
| 205 |
with col6:
|
| 206 |
+
st.markdown("<br>", unsafe_allow_html=True)
|
| 207 |
# st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
|
| 208 |
fname = uploaded_file.name.strip(".fits")
|
| 209 |
|