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')