File size: 169 Bytes
fb4e355
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11

# gradio_textwithattachments
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_textwithattachments import TextWithAttachments
```