Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ if uploaded_file is not None:
|
|
123 |
with open('predicted.fits', 'rb') as f:
|
124 |
data = f.read()
|
125 |
|
126 |
-
with col4:
|
127 |
-
|
128 |
-
|
129 |
-
|
|
|
123 |
with open('predicted.fits', 'rb') as f:
|
124 |
data = f.read()
|
125 |
|
126 |
+
# with col4:
|
127 |
+
# st.markdown("""<style>[data-baseweb="select"] {margin-top: 32px;}</style>""", unsafe_allow_html=True)
|
128 |
+
# # download = st.button('Download')
|
129 |
+
# download = st.download_button(label="Download", data=data, file_name="predicted.fits", mime="application/octet-stream")
|