๐ฅย ย Avatar
Submitted by Saijyoti Tripathy
Summary
Streamlit Component, for a UI avatar
Docstring
Visit the PyPI page for more information.
Examples
example
def example():
avatar(
[
{
"url": "https://picsum.photos/id/237/300/300",
"size": 40,
"title": "Sam",
"caption": "hello",
"key": "avatar1",
}
]
)