Spaces:
Runtime error
Runtime error
Commit
·
4d6273c
1
Parent(s):
36e015f
update element
Browse files
app.py
CHANGED
@@ -610,6 +610,7 @@ def LinkElement(chat_history):
|
|
610 |
print(chat_history)
|
611 |
# print("link element test")
|
612 |
else:
|
|
|
613 |
pass
|
614 |
|
615 |
|
|
|
610 |
print(chat_history)
|
611 |
# print("link element test")
|
612 |
else:
|
613 |
+
print("From linkelement: ",chat_history)
|
614 |
pass
|
615 |
|
616 |
|