abidlabs's picture
abidlabs HF Staff
Create app.py
f977123
raw
history blame
116 Bytes
def test(message, history):
print("history", history)
return message
chatbot = ChatInterface(test).launch()