File size: 142 Bytes
e20bcf8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11

# gradio_gptchatbot
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_gptchatbot import GPTChatbot
```