shivangibithel commited on
Commit
19ab851
1 Parent(s): 0a6c9ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def search(query, k=5):
59
  image_id = str(image_list[i])
60
  image_data = zip_file.open("Images/" +image_id)
61
  image = Image.open(image_data)
62
- st.image(image, caption=image_name, width=200)
63
 
64
 
65
  st.title("Image Search App")
 
59
  image_id = str(image_list[i])
60
  image_data = zip_file.open("Images/" +image_id)
61
  image = Image.open(image_data)
62
+ st.image(image, width=200)
63
 
64
 
65
  st.title("Image Search App")