yejunliang23 commited on
Commit
5702c80
Β·
unverified Β·
1 Parent(s): 4e24b8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -84,7 +84,6 @@ def predict(_chatbot, task_history):
84
  yield "".join(buffer)
85
  """
86
 
87
-
88
  def regenerate(_chatbot, task_history):
89
  if not task_history:
90
  return _chatbot
 
84
  yield "".join(buffer)
85
  """
86
 
 
87
  def regenerate(_chatbot, task_history):
88
  if not task_history:
89
  return _chatbot