Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def details_fn(query):
|
|
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)
|
|
|
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)
|