dpang commited on
Commit
9f6023f
·
verified ·
1 Parent(s): 8f52601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def append_tag_to_amazon_url(input_string):
53
 
54
  # Streamlit interface
55
  st.title('Vision Shop - shopping via images')
56
- url = st.text_input('Enter the url link to an image', 'Image URL')
57
  if st.button('Shop'):
58
  # Make a POST request
59
  try:
 
53
 
54
  # Streamlit interface
55
  st.title('Vision Shop - shopping via images')
56
+ url = st.text_input('Enter the url link to an image ( Example: https://images.ctfassets.net/7rldri896b2a/4augh14at0OZJuEhbWF0av/09dd54fe6543a36f2832f79cc51adad1/spc-bathdecor.jpg )', 'Image URL')
57
  if st.button('Shop'):
58
  # Make a POST request
59
  try: