Skip to content

Commit

Permalink
add subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 23, 2024
1 parent 3eb21e4 commit b282223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mlmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ def mlmodel_page():
# order by name
all_models = all_models.sort_values(by="name")

st.write('ML Models')
st.write(all_models)

0 comments on commit b282223

Please sign in to comment.