def test(message, history): print("history", history) return message chatbot = ChatInterface(test).launch()