Omnibus commited on
Commit
3b3c315
·
1 Parent(s): f78561e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -123,6 +123,7 @@ def details_fn(query):
123
  print(imga)
124
  if imga.startswith("/"):
125
  imga = f'{query_comp}{imga}'
 
126
  im_id = f'img_{i}'
127
  link_list.append(imga)
128
  image_out += f"""
 
123
  print(imga)
124
  if imga.startswith("/"):
125
  imga = f'{query_comp}{imga}'
126
+ print(imga)
127
  im_id = f'img_{i}'
128
  link_list.append(imga)
129
  image_out += f"""