EdBianchi commited on
Commit
b63545d
·
1 Parent(s): a56e96d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with st.spinner("Getting the best movies..."):
79
 
80
  # recommendation cols
81
  st.write("## What to watch next....")
82
- col1, col2, col3 = st.beta_columns(3)
83
  with col1:
84
  st.image(recs[0])
85
  st.write(plots[0])
 
79
 
80
  # recommendation cols
81
  st.write("## What to watch next....")
82
+ col1, col2, col3 = st.columns(3)
83
  with col1:
84
  st.image(recs[0])
85
  st.write(plots[0])