intercontoni
intercontoni
Hi all. I create python 3.7.8 whit app in cpanel...and I enter to the virtual environment... I install fron pypi... pip install chatterbot When I checking the version... python -m...
Hi... the chatterbot not answer... I uses this... Chatterbot 1.0.8 Flask 1.1.2 The app `from flask import Flask, render_template, request from chatterbot import ChatBot from chatterbot.trainers import ChatterBotCorpusTrainer app =...
Chatterbot 1 0 5.... My app... ```` from chatbot import chatbot from flask import Flask, render_template, request app = Flask(__name__) app.static_folder = 'static' @app.route("/") def home(): return render_template("index.html") @app.route("/get") def...
chatbot recibe text but not response... when I see passanger.logs I have this... The passanger.logs ```` text/plain errores.log ( ASCII text, with CRLF, CR, LF line terminators ) App 1498536...
In my app... I put data Path and evrithing... change this 1000 forms.... I change to chatterbot 1.0.0 and nathing... I don't know what happen... This is my app ````...