Spaces:
Running
Running
Update app.py
Browse files
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("##
|
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])
|