# gradio_gptchatbot A Custom Gradio component. ## Example usage ```python import gradio as gr from gradio_gptchatbot import GPTChatbot ```