wldmr commited on
Commit
42755ee
1 Parent(s): bd67902
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def image_mod(link):
53
  print('images',images)
54
 
55
  #return html, images
56
- return html
57
 
58
 
59
  @app.get("/html")
 
53
  print('images',images)
54
 
55
  #return html, images
56
+ return HTMLResponse(content=html)
57
 
58
 
59
  @app.get("/html")