Spaces:
Running
Running
import mesop as me | |
def load(e: me.LoadEvent): | |
me.set_theme_mode("system") | |
def app(): | |
with me.box(style=me.Style(margin=me.Margin.all(15))): | |
me.text("home icon") | |
me.icon(icon="home") | |