Spaces:
Running
Running
Pclanglais
commited on
Commit
•
9e6c9ac
1
Parent(s):
3481362
Update app.py
Browse files
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"
|