Skip to content

Commit

Permalink
Revert "Index.html -> index.html.j2"
Browse files Browse the repository at this point in the history
This reverts commit 1f9da15.
  • Loading branch information
dhruvsyos committed Jul 17, 2024
1 parent 1f9da15 commit 9dd1eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chainlit/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def get_html_template(request: Request):
"twitter_card_image_url": twitter_card_image_url,
}

return templates.TemplateResponse("index.html.j2", context)
return templates.TemplateResponse("index.html", context)


def get_user_facing_url(url: URL):
Expand Down

0 comments on commit 9dd1eb5

Please sign in to comment.