import statement are missing at app.py python file expected solution- add the bellow import commands to it from flask import Flask, render_template, request, jsonify import chatbot_api
import statement are missing at app.py python file
expected solution-
add the bellow import commands to it
from flask import Flask, render_template, request, jsonify
import chatbot_api