We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca57d9 commit 801206eCopy full SHA for 801206e
Personalize apps for users.md
@@ -1,4 +1,5 @@
1
# Show different content based on the user's email address.
2
+
3
if st.user.email == '[email protected]':
4
display_jane_content()
5
elif st.user.email == '[email protected]':
0 commit comments