From cfa57992909bfe2f4340ea05667ef34c5a17494a Mon Sep 17 00:00:00 2001 From: JoshCreany Date: Sun, 8 Oct 2023 12:49:31 -0600 Subject: Cleaned up search area and started putting tasks into cards --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 7f77c4a..66257fb 100644 --- a/app.py +++ b/app.py @@ -85,7 +85,7 @@ def search(): print(my_cars, "MY CARS") except: print("Uh oh! Claude didn't return any results!") - return render_template("tasks.html", to_do=tasks) + return render_template("tasks.html", search_query=request.form["search"], to_do=tasks) @app.route("/progress") def progress(): -- cgit v1.2.3