abidlabs's picture
abidlabs HF staff
Upload folder using huggingface_hub
6bd6b17
|
raw
history blame
147 Bytes
# gradio_rich_textbox
A Custom Gradio component.
## Example usage
```python
import gradio as gr
from gradio_rich_textbox import RichTextbox
```