From f02353686d53c48dd28ccd5ae06ecc0ef03b4e14 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 4 Jan 2025 12:18:07 -0800 Subject: [PATCH] s/input/output --- misc/_webservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/_webservice.py b/misc/_webservice.py index b4abfead..95106cb0 100644 --- a/misc/_webservice.py +++ b/misc/_webservice.py @@ -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",