viettqse150044 commited on
Commit
f8a1c15
·
1 Parent(s): f2c0e4b

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 = save_path.split("\\")[-1].split(".")[-2] +"from_abc" + ".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 = save_path.split("\\")[-1].split(".")[-2] +"_from_abc" + ".png"
68
  if st.download_button(
69
  label="Download postprocessing image",
70
  data=file,