dinhdat1110 commited on
Commit
588fda0
1 Parent(s): 31bd0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def launch_app(pipe, streamer):
42
  clear = gr.Button("Clear")
43
 
44
  def user(user_message, history):
45
- return "", history + [[user_message, ""]]
46
 
47
  def bot(history):
48
  prompt = chat_history(history)
 
42
  clear = gr.Button("Clear")
43
 
44
  def user(user_message, history):
45
+ return "", history + [[user_message, None]]
46
 
47
  def bot(history):
48
  prompt = chat_history(history)