Junaidb commited on
Commit
f1aa6aa
·
verified ·
1 Parent(s): 73b31c5

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -0
ui.py CHANGED
@@ -209,6 +209,7 @@ def APP():
209
  st.rerun()
210
 
211
  #Then show the main UI
 
212
  SHOWTABS()
213
  else:
214
  #Show login when NOT logged in
 
209
  st.rerun()
210
 
211
  #Then show the main UI
212
+ st.markdown(f"## {st.user.email}")
213
  SHOWTABS()
214
  else:
215
  #Show login when NOT logged in