Closed priyanka22kar closed 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/
thank you so much for your reply I am trying it with pythonanywhere @chamkank
@priyanka22kar No problem, feel free to reopen this issue if you have any more questions
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