Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,11 +70,6 @@ if title not in st.session_state.history:
|
|
70 |
st.session_state.history.insert(0, title)
|
71 |
update_las_viewed()
|
72 |
|
73 |
-
# show data on selected
|
74 |
-
colSelected = st.columns(1)
|
75 |
-
with colSelected:
|
76 |
-
st.image(get_poster_plot(title)[0])
|
77 |
-
|
78 |
# recommend
|
79 |
with st.spinner("Getting the best movies..."):
|
80 |
recs, plots = recommend_image(title, similarity)
|
|
|
70 |
st.session_state.history.insert(0, title)
|
71 |
update_las_viewed()
|
72 |
|
|
|
|
|
|
|
|
|
|
|
73 |
# recommend
|
74 |
with st.spinner("Getting the best movies..."):
|
75 |
recs, plots = recommend_image(title, similarity)
|