Add Pablo: the friendly label printer helper #5
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class LabelingBot:
|
|||
|
||||
@app.get("/", response_class=HTMLResponse)
|
||||
async def root():
|
||||
with open("fegen/docs/index.html", "r") as f:
|
||||
with open("fegen/docs/index.html", "rb") as f:
|
||||
index = f.read()
|
||||
return index
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue