Skip to content

Commit 801206e

Browse files
committed
Update Personalize apps for users.md
1 parent dca57d9 commit 801206e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Personalize apps for users.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Show different content based on the user's email address.
2+
23
if st.user.email == '[email protected]':
34
display_jane_content()
45
elif st.user.email == '[email protected]':

0 commit comments

Comments
 (0)