Update pages/16_Pricerunner.py

#1
by tarfandoon - opened
Files changed (1) hide show
  1. pages/16_Pricerunner.py +2 -2
pages/16_Pricerunner.py CHANGED
@@ -24,8 +24,8 @@ if 'Find price' in ch:
24
  with st.container():
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']
 
24
  with st.container():
25
  lc , rc = st.columns(2)
26
  with lc:
27
+ #add='https:/www.pricerunner.dk'+i['image']['path']
28
+ st.image('https:/www.pricerunner.dk'+i['image']['path'])
29
  with rc:
30
  id=i['id']
31
  comp=i['url']