You can edit the label:
chatbot = gr.Chatbot(label="My new title")
or outright remove it cleanly with cssjs50's solution.