mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
ci: automatic Python Formatter changes
This commit is contained in:
parent
3c260ea004
commit
c032865e0a
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue