Spaces:
Runtime error
Runtime error
Commit
·
f8a1c15
1
Parent(s):
f2c0e4b
Update app.py
Browse files
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] +"
|
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,
|