diff --git a/07-ml_deploy/deploy-model-using-streamlit-and-heroku.es.md b/07-ml_deploy/deploy-model-using-streamlit-and-heroku.es.md index 09ceaaa..5fb3a90 100644 --- a/07-ml_deploy/deploy-model-using-streamlit-and-heroku.es.md +++ b/07-ml_deploy/deploy-model-using-streamlit-and-heroku.es.md @@ -198,7 +198,7 @@ st.markdown("This application is a Streamlit dashboard hosted on Heroku that can "to explore the results from board game matches that I tracked over the last year.") st.markdown("**♟ General Statistics ♟**") st.markdown("* This gives a general overview of the data including " - "frequency of games over time, most games played in a day, and longest break " + " frequency of games over time, most games played in a day, and longest break " "between games.") ```