chamkank / flask-chatterbot

Simple boilerplate for ChatterBot using Flask
377 stars 263 forks source link

How can I make it run in web browser of another system #9

Closed priyanka22kar closed 6 years ago

priyanka22kar commented 6 years ago

I am new to chatterbot with flask and running flask applications I executed the app.py on my system , it works fine the app is running on a given URL but I want to make it execute on other systems web browser too How can I do it? Please help Thank you @chamkank

chamkank commented 6 years ago

Hey there,

You'll have to host the app on a web server if you want other computers to be able to see it. There are a couple of options for this - you can find them listed here: http://flask.pocoo.org/docs/0.12/deploying/#hosted-options

The quickest one would probably be PythonAnywhere, here's a guide for hosting Flask applications on the platform: https://help.pythonanywhere.com/pages/Flask/

priyanka22kar commented 6 years ago

thank you so much for your reply I am trying it with pythonanywhere @chamkank

chamkank commented 6 years ago

@priyanka22kar No problem, feel free to reopen this issue if you have any more questions