Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -646,7 +646,7 @@ def side():
|
|
| 646 |
img = Image.open(img_path)
|
| 647 |
|
| 648 |
# Display the image with caption and hover effect using use_container_width=True
|
| 649 |
-
st.image(img,
|
| 650 |
|
| 651 |
# Add hover text below the image
|
| 652 |
st.markdown(f"<p style='text-align:center;font-weight:bold;'>{label}</p>", unsafe_allow_html=True)
|
|
|
|
| 646 |
img = Image.open(img_path)
|
| 647 |
|
| 648 |
# Display the image with caption and hover effect using use_container_width=True
|
| 649 |
+
st.image(img,use_container_width=True)
|
| 650 |
|
| 651 |
# Add hover text below the image
|
| 652 |
st.markdown(f"<p style='text-align:center;font-weight:bold;'>{label}</p>", unsafe_allow_html=True)
|