From a72da5853b012e0d0b3016d2f62c17da15c24d1b Mon Sep 17 00:00:00 2001 From: Evaclaire Wamitu Date: Wed, 31 Jul 2024 12:07:38 +0300 Subject: [PATCH] Add about section --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index c83d023..f022ad8 100644 --- a/app.py +++ b/app.py @@ -228,9 +228,9 @@ def main(): elif page == 'About': st.header('📚 About Streamflix') st.write( - "Streamflix is a movie recommendation system that combines collaborative filtering and content-based methods " + "Streamflix is a movie recommendation system that utilizes collaborative filtering methods " "to provide personalized movie suggestions. Our system uses your ratings and movie genres to recommend " - "movies you might enjoy. Explore top trending movies, get personalized recommendations, and search for " + "movies you might enjoy. Explore top trending movies, get personalized recommendations and search for " "your favorite films all in one place.") st.subheader('Developers')