Follow these steps to run the PyGoatBot code in Google Colab:
- Open a new Google Colab notebook.
- Install the ChatterBot library by running the following command:
!pip install chatterbot
- Copy and paste the code into a new cell.
- Run the code cell.
- The PyGoatBot will prompt you to select a question from a list of available questions.
- Type the number of the question you want to ask, and the chatbot will respond.
- To exit the chatbot, type 'q' or 'exit' when prompted.