I am trying to integrate a simple rasa bot to a simple webpage. Following are the versions of everything Python: 3.7.5
The following is my credentials.yml file
The following is my index.html fileWhen i run the desired command "rasa run -m models --enable-api --cors “*”, and i open the index.html file the widget does appear but I am unable to receive any response from the bot. Any help on this would be appreciated.