I have created basic chatbot using FLASK framework and Python. This will create a default URL http://127.0.0.1/5000. Below link is similar to my chatbot. ex: https://dev.to/sahilrajput/build-a-chatbot-using-flask-in-5-minutes-574i
This link will work until the execution opened. If I end it, this URL will not work.
My requirement is to put this chatbot in another webpage (Like how IRCTC has Disha).
Please guide me how to proceed from here.