Plsek commited on
Commit
160ed0d
·
1 Parent(s): 0c21407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -161,7 +161,8 @@ with col:
161
 
162
  # If file is uploaded, read in the data and plot it
163
  if uploaded_file is not None:
164
- fname = uploaded_file.strip(".fits")
 
165
 
166
  with fits.open(uploaded_file) as hdul:
167
  data = hdul[0].data
@@ -236,4 +237,4 @@ if uploaded_file is not None:
236
  st.markdown("")
237
  st.markdown("")
238
  # st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
239
- download = st.download_button(label="Download", data=res, file_name=f'{fname}_{int(scale*128)}.zip', mime="application/octet-stream")
 
161
 
162
  # If file is uploaded, read in the data and plot it
163
  if uploaded_file is not None:
164
+ # fname = uploaded_file.strip(".fits")
165
+ uploaded_file
166
 
167
  with fits.open(uploaded_file) as hdul:
168
  data = hdul[0].data
 
237
  st.markdown("")
238
  st.markdown("")
239
  # st.markdown("""<style>[data-baseweb="select"] {margin-top: 16px;}</style>""", unsafe_allow_html=True)
240
+ download = st.download_button(label="Download", data=res, file_name=f'pred_{int(scale*128)}.zip', mime="application/octet-stream")