Wajahat698 commited on
Commit
5421247
·
verified ·
1 Parent(s): b50a9cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, caption=label, 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)
 
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)