viettqse150044 commited on
Commit
6aee03b
·
1 Parent(s): b0c9f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def streamlit_app():
64
  st.write('\n')
65
  st.write('\n')
66
 
67
- file_name = final_img_path.split("\\")[-1].split(".")[-2] + "png"
68
  if st.download_button(
69
  label="Download postprocessing image",
70
  data=file,
 
64
  st.write('\n')
65
  st.write('\n')
66
 
67
+ file_name = final_img_path.split("\\")[-1].split(".")[-2] + ".png"
68
  if st.download_button(
69
  label="Download postprocessing image",
70
  data=file,