from django.shortcuts import render
import json
import time
def index(request):
"""
Render the main chat page
return render(request, 'index.html')