Spaces:
Runtime error
Runtime error
change
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def fetch_products(query):
|
|
| 54 |
urls = []
|
| 55 |
i = 0
|
| 56 |
for price, url in values:
|
| 57 |
-
pic_and_prices.append((imgs[i], "$"+str(price) "on Amazon"))
|
| 58 |
i+=1
|
| 59 |
urls.append(url)
|
| 60 |
return [pic_and_prices, urls]
|
|
|
|
| 54 |
urls = []
|
| 55 |
i = 0
|
| 56 |
for price, url in values:
|
| 57 |
+
pic_and_prices.append((imgs[i], "$"+str(price) +"on Amazon"))
|
| 58 |
i+=1
|
| 59 |
urls.append(url)
|
| 60 |
return [pic_and_prices, urls]
|