Spaces:
Runtime error
Runtime error
shivangibithel
commited on
Commit
•
19ab851
1
Parent(s):
0a6c9ba
Update app.py
Browse files
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,
|
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")
|