Skip to content

Commit

Permalink
Add about section
Browse files Browse the repository at this point in the history
  • Loading branch information
Eva-Claire committed Jul 31, 2024
1 parent 06bc485 commit a72da58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a72da58

Please sign in to comment.