ldhldh commited on
Commit
925b4b9
1 Parent(s): e380b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def get_data(name):
68
  return chat_history
69
 
70
  def get_live_user():
71
- return live_user
72
 
73
  def clear_data():
74
  global chat_history
 
68
  return chat_history
69
 
70
  def get_live_user():
71
+ return live_user.keys()
72
 
73
  def clear_data():
74
  global chat_history