Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
-
|
| 212 |
-
|
| 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")
|