s/input/output

This commit is contained in:
James R. Barlow
2025-01-04 12:18:07 -08:00
parent 32813a3c3d
commit f02353686d

View File

@@ -241,7 +241,7 @@ if uploaded:
st.error("No output PDF file was generated")
else:
st.download_button(
label="Download input PDF",
label="Download output PDF",
data=input_file.read(),
file_name=uploaded.name,
mime="application/pdf",