From 9276553094e5f55804394971e4119b7e9e365c29 Mon Sep 17 00:00:00 2001 From: teddygroves Date: Mon, 2 Dec 2024 16:05:01 +0100 Subject: [PATCH] Add intro message --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 7b90ed2..f703021 100644 --- a/app.py +++ b/app.py @@ -15,6 +15,8 @@ st.title("Reference Checker") +st.write("Get a clickable list of the dois in your document.") + format = st.selectbox("Enter your file format", options=FORMAT_TO_EXT.keys()) ext = FORMAT_TO_EXT[format]