Ashoka74 commited on
Commit
6e691b3
·
verified ·
1 Parent(s): 7ba2d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ st.set_page_config(
113
  initial_sidebar_state="expanded",
114
  )
115
 
116
- add_auth(required=False, login_button_color="#FFA500",subscribe_color_button="#FFA500")
117
 
118
  if st.session_state.email is not '':
119
  st.write(f'User: {st.session_state.email}')
 
113
  initial_sidebar_state="expanded",
114
  )
115
 
116
+ add_auth(required=True, login_button_color="#FFA500",subscribe_color_button="#FFA500")
117
 
118
  if st.session_state.email is not '':
119
  st.write(f'User: {st.session_state.email}')