From d4848786734b04f737ce5593c7716a4fdd27d240 Mon Sep 17 00:00:00 2001 From: Prudhvieswar123 <146408556+Prudhvieswar123@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:29:00 +0530 Subject: [PATCH] Update app.py We have added import statement to the app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index da41d49..13352c0 100644 --- a/app.py +++ b/app.py @@ -1,5 +1,6 @@ # Assuming your chatbot code is in chatbot_api.py - +from flask import Flask, render_template, request, jsonify +import chatbot_api @app.route('/')