diff --git a/senju/main.py b/senju/main.py index d4f31c7..53515ce 100644 --- a/senju/main.py +++ b/senju/main.py @@ -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" )