diff --git a/app.py b/app.py index da41d49..b23cb6c 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,7 @@ # Assuming your chatbot code is in chatbot_api.py +from flask import Flask, render_template, request, jsonify +import chatbot_api +