SnJForever commited on
Commit
1ff81d2
1 Parent(s): f2229fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,7 +366,7 @@ def run_chain(chain, inp, capture_hidden_text):
366
 
367
 
368
  def reset_memory(history, memory):
369
- memory.clear()
370
  history = []
371
  return history, history, memory
372
 
 
366
 
367
 
368
  def reset_memory(history, memory):
369
+ # memory.clear()
370
  history = []
371
  return history, history, memory
372