Spaces:
Runtime error
Runtime error
shivangibithel
commited on
Commit
·
82496ef
1
Parent(s):
b047033
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def search(query, k=4):
|
|
48 |
image_id = str(image_list[i])
|
49 |
image_data = zip_file.open("Images/" +image_id)
|
50 |
image = Image.open(image_data)
|
51 |
-
st.image(image, width=
|
52 |
|
53 |
query = st.text_input("Enter your search query here:")
|
54 |
if st.button("Search"):
|
|
|
48 |
image_id = str(image_list[i])
|
49 |
image_data = zip_file.open("Images/" +image_id)
|
50 |
image = Image.open(image_data)
|
51 |
+
st.image(image, width=600)
|
52 |
|
53 |
query = st.text_input("Enter your search query here:")
|
54 |
if st.button("Search"):
|