lenawilli commited on
Commit
3c8996e
·
verified ·
1 Parent(s): fdc9ef7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -33,7 +33,7 @@ st.markdown("""
33
  </style>
34
  """, unsafe_allow_html=True)
35
 
36
- st.title("🎬 Midnight Movie Recommender")
37
  st.write("Rate a few movies to get personalized recommendations")
38
 
39
  if not st.session_state.movies:
 
33
  </style>
34
  """, unsafe_allow_html=True)
35
 
36
+ st.title("🎬 Movie Recommender")
37
  st.write("Rate a few movies to get personalized recommendations")
38
 
39
  if not st.session_state.movies: