Skip to content

Commit

Permalink
Minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
dbespiatykh committed Mar 23, 2024
1 parent beafc15 commit c5db478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pages/Genotype_lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def genotype_lineages(uploaded_file):
def get_uploaded_files():
with st.sidebar.container():
uploaded_files = st.file_uploader(
"**Upload** **:blue[.VCF]** **file**",
"**Upload** **:blue[.VCF]** **file(s)**",
type=["vcf", "vcf.gz"],
accept_multiple_files=True,
)
Expand Down

0 comments on commit c5db478

Please sign in to comment.