From the course: OpenAI API for Python Developers

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Solution: Create a funny chatbot - part 1

Solution: Create a funny chatbot - part 1

From the course: OpenAI API for Python Developers

Solution: Create a funny chatbot - part 1

(ambient music) - [Instructor] Now let's begin with our funny chat bot challenge. And the first thing that we would like to do is maybe to change this title to make it more personal and also funny. And my recommendation is also to check out the documentation for the library Streamlit, which is very simple to get started with and user friendly. There is even one section for generative AI with one code example to build a chatbot driven by AI. And here, for example, it's going to set this title. So we're going to do the same, actually, we're going to replace the one that we have for now. Let's go back to the project and I'm going to go ahead and replace this one. So that's going to be st, which is short for Streamlit, then title. And here I'm going to write Funny Chatbot App. And I'm going to go look for this imagery with tears of joy. Okay, so I'm going to look for this one, copy it, then go back to my project. And I'm going to replace this with this new emoji. Let's go back to the…

Contents