wu981526092 commited on
Commit
8513c92
·
1 Parent(s): 06864ca
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -127,6 +127,7 @@ def validate_json(profile):
127
  return True, "JSON structure is valid."
128
 
129
 
 
130
  def logout():
131
  st.session_state['authenticated'] = False
132
  st.session_state['profile'] = None
 
127
  return True, "JSON structure is valid."
128
 
129
 
130
+
131
  def logout():
132
  st.session_state['authenticated'] = False
133
  st.session_state['profile'] = None