Mitodru Mridha

Results 1 comments of Mitodru Mridha

Pease check this and let me know from flask import Flask, render_template, request, jsonify from flask_cors import CORS from chat import get_response app=Flask(__name__, template_folder='template') CORS(app) @app.route("/", methods=["GET"]) def index_get(): return...