Spaces:
Build error
Build error
File size: 116 Bytes
f977123 |
1 2 3 4 5 |
def test(message, history):
print("history", history)
return message
chatbot = ChatInterface(test).launch() |