Omnibus commited on
Commit
094b17b
·
1 Parent(s): 43ca02e

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
  </div>
78
  """
79
  print (img['src'])
80
- format_out = format_t(f'<div class="container-mee">{image_out}</div>')
81
  except Exeption as e:
82
  format_out = "None"
83
  print (e)
 
77
  </div>
78
  """
79
  print (img['src'])
80
+ format_out = f'<div>{image_out}</div>')
81
  except Exeption as e:
82
  format_out = "None"
83
  print (e)