97d58c0 a5eb6d5 97d58c0 7875a1d a5eb6d5 7875a1d a5eb6d5
1
2
3
4
5
6
7
8
9
10
11
12
import mesop as me @me.page(path="/") def home(): me.text("Hello, world") @me.page(path="/profile") def profile_page(): me.text("Profile Page")