dpang commited on
Commit
a8a89b9
·
1 Parent(s): bafb4f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Hop')
39
- url = st.text_input('Enter the image URL', 'Image URL')
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: