Skip to content

Commit

Permalink
Rephrase choice prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Dec 2, 2024
1 parent 9276553 commit 4c40d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

st.write("Get a clickable list of the dois in your document.")

format = st.selectbox("Enter your file format", options=FORMAT_TO_EXT.keys())
format = st.selectbox("Choose a file format", options=FORMAT_TO_EXT.keys())
ext = FORMAT_TO_EXT[format]

uploaded_file = st.file_uploader("Upload a file", type=ext)
Expand Down

0 comments on commit 4c40d30

Please sign in to comment.