Redirect using the python in frappe

frappe.local.response.type = “redirect”
frappe.local.response.location = “/hello”

Why it is not redirecting me to the hello.html page

in server logs:
14:27:18 web.1 | 127.0.0.1 - - [17/Aug/2024 14:27:18] “GET /hello HTTP/1.1” 200 -

And getting this in the browser console:

Please Suggest Something ???