Spaces:
Runtime error
Runtime error
Update pages/16_Pricerunner.py
Browse files- pages/16_Pricerunner.py +1 -1
pages/16_Pricerunner.py
CHANGED
@@ -25,7 +25,7 @@ if 'Find price' in ch:
|
|
25 |
lc , rc = st.columns(2)
|
26 |
with lc:
|
27 |
add='https:/www.pricerunner.dk'+i['image']['path']
|
28 |
-
st.
|
29 |
with rc:
|
30 |
id=i['id']
|
31 |
comp=i['url']
|
|
|
25 |
lc , rc = st.columns(2)
|
26 |
with lc:
|
27 |
add='https:/www.pricerunner.dk'+i['image']['path']
|
28 |
+
st.image(add)
|
29 |
with rc:
|
30 |
id=i['id']
|
31 |
comp=i['url']
|