Spaces:
Runtime error
Runtime error
Commit
·
39b7090
1
Parent(s):
68a7fbf
Update pages/16_Pricerunner.py
Browse files- pages/16_Pricerunner.py +1 -1
pages/16_Pricerunner.py
CHANGED
@@ -24,7 +24,7 @@ if 'Find price' in ch:
|
|
24 |
with st.container():
|
25 |
lc , rc = st.columns(2)
|
26 |
with lc:
|
27 |
-
add='https:/www.pricerunner.dk
|
28 |
st.image(add)
|
29 |
with rc:
|
30 |
id=i['id']
|
|
|
24 |
with st.container():
|
25 |
lc , rc = st.columns(2)
|
26 |
with lc:
|
27 |
+
add=f'https:/www.pricerunner.dk{i['image']}{['path']}'
|
28 |
st.image(add)
|
29 |
with rc:
|
30 |
id=i['id']
|