Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
gradio_rich_textbox
like
6
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
8406e90
gradio_rich_textbox
/
src
/
README.md
abidlabs
HF staff
Upload folder using huggingface_hub
6bd6b17
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
Safe
147 Bytes
# gradio
_rich_
textbox
A Custom Gradio component.
## Example usage
```python
import gradio as gr
from gradio_rich_textbox import RichTextbox
```