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