Spaces:
Runtime error
Runtime error
shivangibithel
commited on
Commit
•
a848b0f
1
Parent(s):
cf9d9e0
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def search(query, k=5):
|
|
55 |
image_id = str(image_list[i])
|
56 |
image_data = zip_file.open("Images/" +image_id)
|
57 |
image = Image.open(image_data)
|
58 |
-
st.image(image, width=
|
59 |
|
60 |
query = st.text_input("Enter your search query here:")
|
61 |
if st.button("Search"):
|
|
|
55 |
image_id = str(image_list[i])
|
56 |
image_data = zip_file.open("Images/" +image_id)
|
57 |
image = Image.open(image_data)
|
58 |
+
st.image(image, width=400)
|
59 |
|
60 |
query = st.text_input("Enter your search query here:")
|
61 |
if st.button("Search"):
|