get_context not working for http://0.0.0.0:8000/chat

i have chat.html and chat.py. my code in chat.py is

import frappe
from frappe import _
from future import unicode_literals

no_cache = True

def get_context(context):
return {
“title”: _(“Chat”)
}

after running program getting error Page missing or moved for the following url
http://0.0.0.0:8000/chat

Can you try running bench frappe --latest and try again?

Can you try running bench frappe --latest and try again?

thank you friend…