in app.py [0:0]
def index(): """Renders the main homepage for the app""" return render_template("index.html", chat_history=chat_session.get_history())