Spaces:
Runtime error
Runtime error
Commit ·
08c4237
1
Parent(s): 9813972
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,6 +24,8 @@ from langchain.tools import AIPluginTool
|
|
| 24 |
|
| 25 |
def predict(inputs, chatbot):
|
| 26 |
|
|
|
|
|
|
|
| 27 |
messages = []
|
| 28 |
for conv in chatbot:
|
| 29 |
user = conv[0]
|
|
|
|
| 24 |
|
| 25 |
def predict(inputs, chatbot):
|
| 26 |
|
| 27 |
+
print(chatbot)
|
| 28 |
+
|
| 29 |
messages = []
|
| 30 |
for conv in chatbot:
|
| 31 |
user = conv[0]
|