Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyscience committed Feb 2, 2024
1 parent e1ab64c commit 01ccfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# for now I'm just going to allow pdb and csv files - we can add more later
uploaded_files = st.file_uploader(
"Upload a .pdb or .csv file", type=["pdb", "csv"], accept_multiple_files=True
"Upload a .pdb or .cif file", type=["pdb", "cif"], accept_multiple_files=True
)
files: List[str] = []
# write file to disk
Expand Down

0 comments on commit 01ccfd5

Please sign in to comment.