Skip to content

Commit

Permalink
Add intro message
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Dec 2, 2024
1 parent 711b3d1 commit 9276553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 9276553

Please sign in to comment.