Skip to content

๐Ÿ‘ฅย ย 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",
            }
        ]
    )
Output (beta)