Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,8 +35,8 @@ def search_amazon(query: str, num: int = 10) -> str:
|
|
| 35 |
|
| 36 |
|
| 37 |
# Streamlit interface
|
| 38 |
-
st.title('Vision
|
| 39 |
-
url = st.text_input('Enter the image
|
| 40 |
if st.button('Shop'):
|
| 41 |
# Make a POST request
|
| 42 |
try:
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
# Streamlit interface
|
| 38 |
+
st.title('Vision Shop - shopping via images')
|
| 39 |
+
url = st.text_input('Enter the url link to an image', 'Image URL')
|
| 40 |
if st.button('Shop'):
|
| 41 |
# Make a POST request
|
| 42 |
try:
|