Junaidb commited on
Commit
611f0a6
·
verified ·
1 Parent(s): a5720f9

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +5 -5
ui.py CHANGED
@@ -181,10 +181,10 @@ def APP():
181
 
182
 
183
 
184
- #if st.button("Log in"):
185
- # st.login("auth0")
186
- #if st.user.is_logged_in:
187
- ## st.logout()
188
- SHOWTABS()
189
 
190
 
 
181
 
182
 
183
 
184
+ if st.button("Log in"):
185
+ st.login("auth0")
186
+ if st.user.is_logged_in:
187
+ st.logout()
188
+ SHOWTABS()
189
 
190