eagle0504 commited on
Commit
eb52a5c
·
1 Parent(s): 5934e01

app updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with st.sidebar:
81
  st.error(e)
82
 
83
  # Register User
84
- with st.expander("Register user 😋", expanded=True):
85
  try:
86
  # payment_key = st.text_input("Enter Payment Key:")
87
  if authenticator.register_user("Register user", preauthorization=False):
 
81
  st.error(e)
82
 
83
  # Register User
84
+ with st.expander("Register user 😋", expanded=False):
85
  try:
86
  # payment_key = st.text_input("Enter Payment Key:")
87
  if authenticator.register_user("Register user", preauthorization=False):