import%20marimo%0A%0A__generated_with%20%3D%20%220.13.15%22%0Aapp%20%3D%20marimo.App(width%3D%22medium%22)%0A%0A%0A%40app.cell%0Adef%20_()%3A%0A%20%20%20%20import%20marimo%20as%20mo%0A%20%20%20%20return%20(mo%2C)%0A%0A%0A%40app.cell%0Adef%20_(mo)%3A%0A%20%20%20%20def%20simple_echo_model(messages%2C%20config)%3A%0A%20%20%20%20%20%20%20%20return%20f%22You%20said%3A%20%7Bmessages%5B-1%5D.content%7D%22%0A%0A%20%20%20%20chatbot%20%3D%20mo.ui.chat(%0A%20%20%20%20%20%20%20%20simple_echo_model%2C%0A%20%20%20%20%20%20%20%20prompts%3D%5B%22Hello%22%2C%20%22How%20are%20you%3F%22%5D%2C%0A%20%20%20%20%20%20%20%20show_configuration_controls%3DTrue%0A%20%20%20%20)%0A%20%20%20%20chatbot%0A%20%20%20%20return%20(chatbot%2C)%0A%0A%0A%40app.cell%0Adef%20_(chatbot)%3A%0A%20%20%20%20chatbot.value%0A%20%20%20%20return%0A%0A%0Aif%20__name__%20%3D%3D%20%22__main__%22%3A%0A%20%20%20%20app.run()%0A
634bb5176077030d6a951751b5cb378ef6c65f2b785bb44b9f477f440a396ff4