Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ def predict_old(user_input, chatbot):
|
|
45 |
|
46 |
def predict(inputs, chatbot):
|
47 |
|
|
|
48 |
messages = []
|
49 |
for conv in chatbot:
|
50 |
user = conv[0]
|
|
|
45 |
|
46 |
def predict(inputs, chatbot):
|
47 |
|
48 |
+
print(f"Chatbot : {chatbot}")
|
49 |
messages = []
|
50 |
for conv in chatbot:
|
51 |
user = conv[0]
|