ci: automatic Python Formatter changes

This commit is contained in:
github-actions[bot] 2025-02-26 19:06:51 +00:00 committed by 0xjrx
parent 3c260ea004
commit c032865e0a
No known key found for this signature in database
GPG key ID: 61C53033867D0271

View file

@ -37,9 +37,11 @@ def haiku_view(haiku_id):
"haiku.html",
context=context,
title="Haiku of the Day")
@app.route("/prompt")
def prompt_view():
return render_template(
"prompt.jinja",
title= "Haiku generation"
title="Haiku generation"
)