Yiqin commited on
Commit
19f6f56
·
1 Parent(s): 30406c0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def clear_chat(conv_template):
15
 
16
 
17
  def clear_four():
18
- return [], [], [], []
19
 
20
 
21
  def respond(input, chat_history, conv):
 
15
 
16
 
17
  def clear_four():
18
+ return [], "", "", ""
19
 
20
 
21
  def respond(input, chat_history, conv):