lenawilli commited on
Commit
10b86b3
·
verified ·
1 Parent(s): 0aa3728

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -208,8 +208,8 @@ if movie_id:
208
  No picture available
209
  </div>
210
  """, unsafe_allow_html=True)
211
- except Exception as e:
212
- st.error(f"Could not load movie details: {e}")
213
 
214
  with col2:
215
  st.subheader("Details")
 
208
  No picture available
209
  </div>
210
  """, unsafe_allow_html=True)
211
+ except Exception as e:
212
+ st.error(f"Could not load movie details: {e}")
213
 
214
  with col2:
215
  st.subheader("Details")