Pclanglais commited on
Commit
9e6c9ac
1 Parent(s): 3481362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -166,8 +166,7 @@ def user(message, history):
166
  history_transformer_format = history + [[message, ""]]
167
 
168
  print(history_transformer_format)
169
-
170
- return history_transformer_format
171
 
172
  # Define the Gradio interface
173
  title = "Tchap"
 
166
  history_transformer_format = history + [[message, ""]]
167
 
168
  print(history_transformer_format)
169
+ return "", history_transformer_format
 
170
 
171
  # Define the Gradio interface
172
  title = "Tchap"