Omnibus commited on
Commit
2e3a636
·
1 Parent(s): 8926bee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def details_fn(query):
77
  width:22%;
78
  }
79
  </style>
80
- <div class='im_container>'
81
  """
82
  images = soup.findAll('img')
83
  for img in images:
 
77
  width:22%;
78
  }
79
  </style>
80
+ <div class='im_container'>
81
  """
82
  images = soup.findAll('img')
83
  for img in images: