Spaces:
Sleeping
Sleeping
Update users_management.py
Browse files- 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 |
-
|
|
|
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()
|