import%20marimo%0A%0A__generated_with%20%3D%20%220.9.34%22%0Aapp%20%3D%20marimo.App()%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%20mo.mermaid(%0A%20%20%20%20%20%20%20%20%22%22%22%0A%20%20%20%20graph%20TD%0A%20%20%20%20%20%20%20%20A%5BEnter%20Chart%20Definition%5D%20--%3E%20B(Preview)%0A%20%20%20%20%20%20%20%20B%20--%3E%20C%7Bdecide%7D%0A%20%20%20%20%20%20%20%20C%20--%3E%20D%5BKeep%5D%0A%20%20%20%20%20%20%20%20C%20--%3E%20E%5BEdit%20Definition%5D%0A%20%20%20%20%20%20%20%20E%20--%3E%20B%0A%20%20%20%20%20%20%20%20D%20--%3E%20F%5BSave%20Image%20and%20Code%5D%0A%20%20%20%20%20%20%20%20F%20--%3E%20B%0A%20%20%20%20%22%22%22%0A%20%20%20%20).center()%0A%20%20%20%20return%0A%0A%0A%40app.cell%0Adef%20__(mo)%3A%0A%20%20%20%20graph%20%3D%20mo.ui.code_editor(%0A%20%20%20%20%20%20%20%20value%3D%22%22%22sequenceDiagram%0A%20%20%20%20%20%20%20%20Alice-%3E%3EJohn%3A%20Hello%20John%2C%20how%20are%20you%3F%0A%20%20%20%20%20%20%20%20John--%3E%3EAlice%3A%20Great!%0A%20%20%20%20%20%20%20%20Alice-)John%3A%20See%20you%20later!%22%22%22%2C%0A%20%20%20%20%20%20%20%20language%3D%22mermaid%22%2C%0A%20%20%20%20%20%20%20%20label%3D%22Mermaid%20editor%22%2C%0A%20%20%20%20)%0A%20%20%20%20graph%0A%20%20%20%20return%20(graph%2C)%0A%0A%0A%40app.cell%0Adef%20__(graph%2C%20mo)%3A%0A%20%20%20%20mo.md(%0A%20%20%20%20%20%20%20%20f%22%22%22%0A%20%20%20%20%20%20%20%20You%20can%20render%20mermaid%20directly%20inside%20%60mo.md%60.%20Using%0A%0A%20%20%20%20%20%20%20%20%60mo.mermaid()%60%0A%0A%20%20%20%20%20%20%20%20%7Bmo.mermaid(graph.value)%7D%0A%20%20%20%20%20%20%20%20%22%22%22%0A%20%20%20%20)%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
d12e45b75b65973198b810adce6c93a7d0e034e6dee3fae1aeb9e63a9759a6b3