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