Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -172,4 +172,4 @@ with image_col:
|
|
172 |
st.image(img, caption=f"📷 {encoded_segments[-1]}", use_container_width=True)
|
173 |
|
174 |
except Exception as e:
|
175 |
-
st.error(f"❌ Failed to load image from {raw_url}: {e}")
|
|
|
172 |
st.image(img, caption=f"📷 {encoded_segments[-1]}", use_container_width=True)
|
173 |
|
174 |
except Exception as e:
|
175 |
+
st.error(f"❌ Failed to load image from {raw_url}: {e}")
|