/chatbot

basic chatbot. ChatGPT designed the code for this ironically

Primary LanguageHTML

To use this chatbot, simply open the HTML file in a web browser and type a question into the form.

When you submit the form, the chatbot will provide a response based on the keywords in your inquiry.

You can customize the chatbot by adding additional branches to the if/else statements and providing custom responses for those branches.

This was created as a simple Chat bot and designed by ChatGPT using the following

build me a HTML based, customer service chat bot and show me the entire code.