Spaces:
Running
Running
Update ui.py
Browse files
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
|