EdBianchi commited on
Commit
e3244f3
1 Parent(s): fe1030b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with st.spinner("Getting the best movies..."):
75
  recs, plots = recommend_image(title, similarity)
76
 
77
  # recommendation cols
78
- st.write("## Wath to watch next....")
79
  col1, col2, col3 = st.columns(3)
80
  with col1:
81
  st.image(recs[0])
 
75
  recs, plots = recommend_image(title, similarity)
76
 
77
  # recommendation cols
78
+ st.write("## What to watch next....")
79
  col1, col2, col3 = st.columns(3)
80
  with col1:
81
  st.image(recs[0])