ldhldh commited on
Commit
2a1d68d
1 Parent(s): b8e8ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ def get_data():
59
  return chat_history
60
 
61
  def clear_data():
 
62
  chat_history = []
63
  return "ok"
64
 
 
59
  return chat_history
60
 
61
  def clear_data():
62
+ global chat_history
63
  chat_history = []
64
  return "ok"
65