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