Hello there! I have created a Rasa chatbot using Botfront and I run it using the command:
rasa run -m models --enable-api --cors "*"
This is what my index.html looks like:
I have a react website and I would like to integrate this chatbot to my react website and then deploy the react website so that I can share the link with my friends. How do I do it? Thanks