From a31205ee64f0217cf088571238bd728a5ef43d0f Mon Sep 17 00:00:00 2001 From: Viranch97 <146408370+Viranch97@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:27:49 +0530 Subject: [PATCH] Update app.py #3 --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index da41d49..8ae9730 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,7 @@ # Assuming your chatbot code is in chatbot_api.py - +from flask import Flask, render_template, request, jsonify +import chatbot_api @app.route('/') @app.route('/index')