YchKhan commited on
Commit
a66663c
1 Parent(s): d7d88a6

Update users_management.py

Browse files
Files changed (1) hide show
  1. users_management.py +1 -1
users_management.py CHANGED
@@ -95,4 +95,4 @@ def logout():
95
  return user, f"## Hi {username}!", gr.update(choices=user['history']['prompts']), gr.update(choices=user['history']['keywords'])
96
 
97
 
98
- #users = load_from_json()
 
95
  return user, f"## Hi {username}!", gr.update(choices=user['history']['prompts']), gr.update(choices=user['history']['keywords'])
96
 
97
 
98
+ users = load_from_json()